diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 12:06:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 12:06:19 +0000 |
commit | dfd5860ef3535d51b53ac17c3a806eafee96cefc (patch) | |
tree | 05adf406ec36b48707c0a8ebc7720ac8a1a3b88a /games/fortune/strfile | |
parent | 8294bdbb726244ca098ce5e411e69ef5ed52ce9a (diff) | |
download | FreeBSD-src-dfd5860ef3535d51b53ac17c3a806eafee96cefc.zip FreeBSD-src-dfd5860ef3535d51b53ac17c3a806eafee96cefc.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'games/fortune/strfile')
-rw-r--r-- | games/fortune/strfile/strfile.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index 0d992b8..2fed695 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -44,7 +44,7 @@ .Nm unstr .Nd "create a random access file for storing strings" .Sh SYNOPSIS -.Nm strfile +.Nm .Op Fl iorsx .Op Fl c Ar char .Ar source_file @@ -128,7 +128,7 @@ All fields are written in network byte order. The purpose of .Nm unstr is to undo the work of -.Nm strfile . +.Nm . It prints out the strings contained in the file .Ar source_file in the order that they are listed in @@ -138,7 +138,7 @@ to standard output. It is possible to create sorted versions of input files by using .Fl o when -.Nm strfile +.Nm is run and then using .Nm unstr to dump them out in the table order. @@ -152,5 +152,5 @@ default output file. .El .Sh HISTORY The -.Nm strfile +.Nm utility first appeared in 4.4BSD. |