summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
committerru <ru@FreeBSD.org>2004-07-07 19:57:16 +0000
commit9f45c1d92e08ca0df8a3120536812394d23d746a (patch)
tree5be3daa298d2ca42efb7a9f88eff43492e0bfd56 /usr.bin
parenta61052b4e84c4a944ab87da5111af6a18d5a0c6e (diff)
downloadFreeBSD-src-9f45c1d92e08ca0df8a3120536812394d23d746a.zip
FreeBSD-src-9f45c1d92e08ca0df8a3120536812394d23d746a.tar.gz
mdoc(7) fixes.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cut/cut.12
-rw-r--r--usr.bin/find/find.14
-rw-r--r--usr.bin/ktrdump/ktrdump.84
-rw-r--r--usr.bin/paste/paste.12
4 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index c595e17..2138d76 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -58,7 +58,7 @@
The
.Nm
utility selects portions of each line (as specified by
-.Ar list )
+.Ar list )
from each
.Ar file
and writes them to the standard output.
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 1d23ca5..61a8bd3 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -276,11 +276,11 @@ same as the
option.
.It Ic -depth Ar n
True if the depth of the file relative to the starting point of the traversal
-is
+is
.Ar n .
.It Ic -empty
True if the current file or directory is empty.
-.It Ic -exec Ar utility Oo Ar argument ... Oc Li \&;
+.It Ic -exec Ar utility Oo Ar argument ... Oc Li \&;
True if the program named
.Ar utility
returns a zero value as its exit status.
diff --git a/usr.bin/ktrdump/ktrdump.8 b/usr.bin/ktrdump/ktrdump.8
index ec235e5..5bdd984 100644
--- a/usr.bin/ktrdump/ktrdump.8
+++ b/usr.bin/ktrdump/ktrdump.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 1, 2002
+.Dd May 5, 2004
.Dt KTRDUMP 8
.Os
.Sh NAME
@@ -49,7 +49,7 @@ Print the CPU number that each entry was logged from.
.It Fl f
Print the file and line number that each entry was logged from.
.It Fl q
-Quiet mode; don't print the column header.
+Quiet mode; do not print the column header.
.It Fl r
Print relative timestamps rather than absolute timestamps.
.It Fl t
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index dee2cd3..c9a8f84 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -59,7 +59,7 @@ of empty lines.
.Pp
The options are as follows:
.Bl -tag -width Fl
-.It Fl d Ar list
+.It Fl d Ar list
Use one or more of the provided characters to replace the newline
characters instead of the default tab.
The characters in
OpenPOWER on IntegriCloud