diff options
author | chris <chris@FreeBSD.org> | 1999-12-06 01:09:33 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-12-06 01:09:33 +0000 |
commit | ec639a84fc6227c3db0865a965fe3c850fcfaa9a (patch) | |
tree | d7e5236bfae2d9946ea4557255a183ff4c0717a8 /games | |
parent | a90457c20cb3c0a2d82d14c609f0167531b80ab6 (diff) | |
download | FreeBSD-src-ec639a84fc6227c3db0865a965fe3c850fcfaa9a.zip FreeBSD-src-ec639a84fc6227c3db0865a965fe3c850fcfaa9a.tar.gz |
- Fix a typo and add a missing file.
PR: docs/15286
Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org>
- Use .Dq where it should be. (This was done by me.)
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/fortune/fortune.6 | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/games/fortune/fortune/fortune.6 b/games/fortune/fortune/fortune.6 index cd5be88..4afd44a 100644 --- a/games/fortune/fortune/fortune.6 +++ b/games/fortune/fortune/fortune.6 @@ -154,7 +154,9 @@ fortune 90% funny 10% not-funny .Pp will pick out 90% of its fortunes from .Em funny -(the ``10% not-funny'' is unnecessary, since 10% is all that's left). +(the +.Dq 10% not-funny +is unnecessary, since 10% is all that's left). The .Fl e option says to consider all files equal; @@ -165,12 +167,20 @@ fortune -e .Pp is equivalent to .Bd -literal -offset indent -fortune 50% funny 50% not -.Em -funny +fortune 50% funny 50% not-funny .Ed .Sh FILES .Bl -tag -width Pa -compact -.It Pa /usr/share/games/fortune +.It Pa /usr/games/fortune +.Pp +.It Pa /usr/share/games/fortune/* +the fortunes databases (those files ending +.Dq Fl o +contain the +.Bf -symbolic +offensive +.Ef +fortunes) .El .Sh SEE ALSO .Xr regcomp 3 , |