diff options
author | ru <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
commit | 5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da (patch) | |
tree | 8e915f713fa577df2f4f07d605cac3b4ef1a5b3d /games | |
parent | 2001e1a6ee8240523374c0f047409f2af57730c3 (diff) | |
download | FreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.zip FreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.tar.gz |
mdoc(7) police: Change -filled displays (which just happen
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
Diffstat (limited to 'games')
-rw-r--r-- | games/caesar/caesar.6 | 4 | ||||
-rw-r--r-- | games/fortune/fortune/fortune.6 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/caesar/caesar.6 b/games/caesar/caesar.6 index 4ba2e65..6cfb3c3 100644 --- a/games/caesar/caesar.6 +++ b/games/caesar/caesar.6 @@ -55,13 +55,13 @@ may be used to specify a specific rotation value. .Pp The frequency (from most common to least) of English letters is as follows: .Pp -.Bd -filled -offset indent +.Bd -ragged -offset indent ETAONRISHDLFCMUGPYWBVKXJQZ .Ed .Pp Their frequencies as a percentage are as follows: .Pp -.Bd -filled -offset indent +.Bd -ragged -offset indent E(13), T(10.5), A(8.1), O(7.9), N(7.1), R(6.8), I(6.3), S(6.1), H(5.2), D(3.8), L(3.4), F(2.9), C(2.7), M(2.5), U(2.4), G(2), P(1.9), Y(1.9), diff --git a/games/fortune/fortune/fortune.6 b/games/fortune/fortune/fortune.6 index 46e79b7..bd1cd41 100644 --- a/games/fortune/fortune/fortune.6 +++ b/games/fortune/fortune/fortune.6 @@ -92,13 +92,13 @@ to be offended. rather than give us grief about it, okay?) .Ef -.Bd -filled -offset indent +.Bd -ragged -offset indent \&... let us keep in mind the basic governing philosophy of The Brotherhood, as handsomely summarized in these words: we believe in healthy, hearty laughter -- at the expense of the whole human race, if needs be. Needs be. -.Bd -filled -offset indent-two -compact +.Bd -ragged -offset indent-two -compact --H. Allen Smith, "Rude Jokes" .Ed .Ed |