aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 11:58:12 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-20 11:58:12 +0000
commit874506698f79dd2ca01b71552feed3cd28d6e901 (patch)
tree5c106a9bc9b1e680c59a4cc6709c6180b2e1775e
parentf6310641b92ccab696526521a8f4748e807566ae (diff)
downloadsrc-874506698f79dd2ca01b71552feed3cd28d6e901.tar.gz
src-874506698f79dd2ca01b71552feed3cd28d6e901.zip
Use `The .Nm utility'
Notes
Notes: svn path=/head/; revision=95122
-rw-r--r--bin/pax/cpio.13
-rw-r--r--bin/pax/tar.17
-rw-r--r--bin/realpath/realpath.13
-rw-r--r--sbin/ffsinfo/ffsinfo.89
4 files changed, 12 insertions, 10 deletions
diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1
index 4d7e218a5552..5a383257d310 100644
--- a/bin/pax/cpio.1
+++ b/bin/pax/cpio.1
@@ -252,8 +252,9 @@ List filenames as they are copied.
Path in which to store temporary files.
.El
.Sh DIAGNOSTICS
+The
.Nm
-will exit with one of the following values:
+utility will exit with one of the following values:
.Bl -tag -width 2n
.It 0
All files were processed successfully.
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1
index 0a5ef2d591d1..ff17f18c781f 100644
--- a/bin/pax/tar.1
+++ b/bin/pax/tar.1
@@ -96,9 +96,7 @@ In addition to the flags mentioned above, any of the following
flags may be used:
.Bl -tag -width indent
.It Fl b Ar "blocking factor"
-Set blocking factor to use for the archive.
-.Nm
-uses 512 byte blocks.
+Set blocking factor to use for the archive, with 512 byte blocks.
The default is 20, the maximum is 126.
Archives with a blocking factor larger 63 violate the
.Tn POSIX
@@ -255,8 +253,9 @@ Default tape device to use instead of
default archive name
.El
.Sh DIAGNOSTICS
+The
.Nm
-will exit with one of the following values:
+utility will exit with one of the following values:
.Bl -tag -width 2n
.It 0
All files were processed successfully.
diff --git a/bin/realpath/realpath.1 b/bin/realpath/realpath.1
index bbc5a0409c7f..61358ac007bf 100644
--- a/bin/realpath/realpath.1
+++ b/bin/realpath/realpath.1
@@ -46,8 +46,9 @@
.Nm
.Ar path
.Sh DESCRIPTION
+The
.Nm
-uses the
+utility uses the
.Xr realpath 3
function to resolve all symbolic links, extra
.Ql /
diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8
index c9d58747c33e..4377cbde0910 100644
--- a/sbin/ffsinfo/ffsinfo.8
+++ b/sbin/ffsinfo/ffsinfo.8
@@ -52,10 +52,11 @@
.Op Fl o Ar outfile
.Ar special | file
.Sh DESCRIPTION
-.Nm Ffsinfo
-extends the
+The
+.Nm
+utility extends the
.Xr dumpfs 8
-program.
+utility.
.Pp
The output is generated into the file
.Pa outfile .
@@ -149,5 +150,5 @@ filesystem.
.Sh HISTORY
The
.Nm
-command first appeared in
+utility first appeared in
.Fx 4.4 .