aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-08-16 08:19:09 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-08-16 08:19:09 +0000
commitb63c01391e0cb2db60a002c95da5ee7a9b410f54 (patch)
treea1c266804539471a7cca6ad57cfb293ce30926cf
parent30b39270d04dfdf093663fd90442fe1fd248a391 (diff)
Notes
-rw-r--r--usr.bin/truncate/truncate.119
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.bin/truncate/truncate.1 b/usr.bin/truncate/truncate.1
index 99bcc945a768..80c1c755a7ad 100644
--- a/usr.bin/truncate/truncate.1
+++ b/usr.bin/truncate/truncate.1
@@ -37,9 +37,9 @@
.Bk -words
.Fl s Xo
.Sm off
-.Op + | -
+.Op Cm + | -
.Ar size
-.Op K | M | G
+.Op Cm K | M | G
.Sm on
.Xc
.Ek
@@ -69,20 +69,20 @@ Truncate files to the length of the file
.Ar rfile .
.It Fl s Xo
.Sm off
-.Op + | -
+.Op Cm + | -
.Ar size
-.Op K | M | G
+.Op Cm K | M | G
.Sm on
.Xc
If the
.Ar size
argument is preceded by a plus sign
-.Pq Sq + ,
+.Pq Cm + ,
files will be extended by this number of bytes.
If the
.Ar size
argument is preceded by a dash
-.Pq Sq - ,
+.Pq Cm - ,
file lengths will be reduced by no more than this number of bytes,
to a minimum length of zero bytes.
Otherwise, the
@@ -93,9 +93,10 @@ should be extended or reduced as appropriate.
The
.Ar size
argument may be suffixed with one of
-.Sq K ,
-.Sq M ,
-.Sq G
+.Cm K ,
+.Cm M
+or
+.Cm G
to indicate a multiple of
Kilobytes, Megabytes or Gigabytes
respectively.