summaryrefslogtreecommitdiffstats
path: root/games/fortune
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 12:06:19 +0000
committerru <ru@FreeBSD.org>2000-11-20 12:06:19 +0000
commitdfd5860ef3535d51b53ac17c3a806eafee96cefc (patch)
tree05adf406ec36b48707c0a8ebc7720ac8a1a3b88a /games/fortune
parent8294bdbb726244ca098ce5e411e69ef5ed52ce9a (diff)
downloadFreeBSD-src-dfd5860ef3535d51b53ac17c3a806eafee96cefc.zip
FreeBSD-src-dfd5860ef3535d51b53ac17c3a806eafee96cefc.tar.gz
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'games/fortune')
-rw-r--r--games/fortune/fortune/fortune.64
-rw-r--r--games/fortune/strfile/strfile.88
2 files changed, 6 insertions, 6 deletions
diff --git a/games/fortune/fortune/fortune.6 b/games/fortune/fortune/fortune.6
index f58fc94..46e79b7 100644
--- a/games/fortune/fortune/fortune.6
+++ b/games/fortune/fortune/fortune.6
@@ -42,7 +42,7 @@
.Nm fortune
.Nd "print a random, hopefully interesting, adage"
.Sh SYNOPSIS
-.Nm fortune
+.Nm
.Op Fl aDefilosw
.Op Fl m Ar pattern
.Oo
@@ -51,7 +51,7 @@
.Oc
.Sh DESCRIPTION
When
-.Nm fortune
+.Nm
is run with no arguments it prints out a random epigram.
Epigrams are divided into several categories, where each category
is subdivided into those which are potentially offensive and those
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.
OpenPOWER on IntegriCloud