diff options
author | 2003-05-30 09:11:25 +0000 | |
---|---|---|
committer | 2003-05-30 09:11:25 +0000 | |
commit | c0b60d6df906ceaf0df4ae3bbf87d120df7c9376 (patch) | |
tree | 2a2b21a254088689a2339262bbbaeb2e41792232 | |
parent | Cleanup: \t vs spaces, kill trailing spaces (diff) | |
download | wireguard-openbsd-c0b60d6df906ceaf0df4ae3bbf87d120df7c9376.tar.xz wireguard-openbsd-c0b60d6df906ceaf0df4ae3bbf87d120df7c9376.zip |
section reorder;
-rw-r--r-- | games/backgammon/backgammon/backgammon.6 | 12 | ||||
-rw-r--r-- | games/banner/banner.6 | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games/backgammon/backgammon/backgammon.6 b/games/backgammon/backgammon/backgammon.6 index 91661cc1b22..0bf4a26b1f0 100644 --- a/games/backgammon/backgammon/backgammon.6 +++ b/games/backgammon/backgammon/backgammon.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: backgammon.6,v 1.11 2003/04/23 07:48:50 jmc Exp $ +.\" $OpenBSD: backgammon.6,v 1.12 2003/05/30 09:11:25 jmc Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -142,6 +142,11 @@ for bar and .Ic h for home, or 0 or 25 as appropriate. +.Sh FILES +.Bl -tag -width /usr/games/teachgammon -compact +.It Pa /usr/games/teachgammon +rules and tutorial +.El .Sh AUTHORS Alan Char .Pp @@ -149,8 +154,3 @@ The strategy is the .Dq pubeval algorithm of Gerry Tesauro, with minimal doubling logic added. -.Sh FILES -.Bl -tag -width /usr/games/teachgammon -compact -.It Pa /usr/games/teachgammon -rules and tutorial -.El diff --git a/games/banner/banner.6 b/games/banner/banner.6 index a211fcb1f1f..9abcf8b3e17 100644 --- a/games/banner/banner.6 +++ b/games/banner/banner.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: banner.6,v 1.9 2001/11/17 05:27:09 pjanzen Exp $ +.\" $OpenBSD: banner.6,v 1.10 2003/05/30 09:14:48 jmc Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -56,6 +56,10 @@ suitable for a narrow terminal. .Pp The output should be printed on a hard-copy device, up to 132 columns wide, with no breaks between the pages. +.Sh SEE ALSO +.Xr banner 1 +.Sh AUTHORS +Mark Horton .Sh BUGS Several ASCII characters are not defined, notably <, >, [, ], \\, ^, _, {, }, |, and ~. @@ -68,7 +72,3 @@ The option is implemented by skipping some rows and columns. The smaller it gets, the grainier the output. Sometimes it runs letters together. -.Sh SEE ALSO -.Xr banner 1 -.Sh AUTHORS -Mark Horton |