summaryrefslogtreecommitdiffstats
path: root/fortune/fortune
diff options
context:
space:
mode:
authorjdf <jdf@NetBSD.org>2012-08-04 22:29:58 +0000
committerjdf <jdf@NetBSD.org>2012-08-04 22:29:58 +0000
commit956095c47c9ff3b7b475ae79d886bf49b25ea7a9 (patch)
tree21e49f24e3a2e5a9cd39afb66ab0f9b0ce4c6f3b /fortune/fortune
parent59a1b2e1425834dcc8f7d2b99c931f3c6f6bc28c (diff)
downloadbsdgames-darwin-956095c47c9ff3b7b475ae79d886bf49b25ea7a9.tar.gz
bsdgames-darwin-956095c47c9ff3b7b475ae79d886bf49b25ea7a9.tar.zst
bsdgames-darwin-956095c47c9ff3b7b475ae79d886bf49b25ea7a9.zip
src/games/fortune/fortune/fortune.6:
* reference strfile(8) in `SEE ALSO' section. src/games/fortune/strfile/strfile.8: * remove redundant argument to (successive) `.Nm' macros. src/games/fortune/datfiles/fortunes2: * remove (the least complete variant of a) double fortune. Patch submitted by Bug Hunting.
Diffstat (limited to 'fortune/fortune')
-rw-r--r--fortune/fortune/fortune.65
1 files changed, 3 insertions, 2 deletions
diff --git a/fortune/fortune/fortune.6 b/fortune/fortune/fortune.6
index f0c4f659..cb9fe61e 100644
--- a/fortune/fortune/fortune.6
+++ b/fortune/fortune/fortune.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: fortune.6,v 1.12 2009/04/12 16:58:57 joerg Exp $
+.\" $NetBSD: fortune.6,v 1.13 2012/08/04 22:29:59 jdf Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -179,4 +179,5 @@ Fortune files.
.Sh SEE ALSO
.Xr regex 3 ,
.Xr random 6 ,
-.Xr rot13 6
+.Xr rot13 6 ,
+.Xr strfile 8