From ec9265c3c3a1d2ec3f37496179cb36b877f00553 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 18 Jul 2013 23:07:22 +0200 Subject: [PATCH] unquote section names in man pages While there, make them upper case, try to simplify and consolidate, zap comments that nobody will ever see again and tweak one AUTHORS instance with '.An -nosplit'. --- games/hunt/hunt/hunt.6 | 11 +---------- games/hunt/huntd/huntd.6 | 4 +--- games/quiz/quiz.6 | 3 +-- sbin/mount_portal/mount_portal.8 | 3 +-- share/man/man4/random.4 | 3 +-- share/man/man5/euc.5 | 4 ++-- share/man/man5/utf2.5 | 3 +-- share/man/man9/DB_COMMAND.9 | 2 +- usr.bin/chkey/chkey.1 | 3 +-- usr.bin/sed/sed.1 | 6 +++--- usr.sbin/inetd/inetd.8 | 6 +++--- usr.sbin/keyserv/keyserv.8 | 3 +-- usr.sbin/mrouted/mrouted.8 | 4 +++- usr.sbin/zic/zdump.8 | 2 +- usr.sbin/zic/zic.8 | 15 ++------------- 15 files changed, 23 insertions(+), 49 deletions(-) diff --git a/games/hunt/hunt/hunt.6 b/games/hunt/hunt/hunt.6 index c7cae7e848..f1c8de9a39 100644 --- a/games/hunt/hunt/hunt.6 +++ b/games/hunt/hunt/hunt.6 @@ -133,7 +133,7 @@ to write a message before continuing or .Ic o to change how you enter the game .Pq cloaked, scanning, or flying . -.Sh "PLAYING HINTS" +.Sh PLAYING HINTS .Nm only works on terminals with at least 24 lines, 80 columns, and cursor addressing. @@ -360,9 +360,6 @@ up to 20 percent of the amount of damage already sustained i.e., the less damage he had, the more nimble he is and therefore less likely to hurt himself on landing. -.\"It -.\"There is a volcano close to the center of the maze which goes off -.\"close to every 30 deaths. .It Every 30 deaths or so, a .Ql \&? @@ -417,12 +414,6 @@ Your score is the decayed average of the ratio of number of kills to number of times you entered the game and is only kept for the duration of a single session of .Nm . -.\" .Pp -.\" .Nm -.\" normally drives up the load average to be approximately -.\" (number_of_players + 0.5) greater than it would be without a -.\" .Nm -.\" game executing. .Sh STATISTICS The .Fl S diff --git a/games/hunt/huntd/huntd.6 b/games/hunt/huntd/huntd.6 index 3a2681b6b1..fe07ba7ba4 100644 --- a/games/hunt/huntd/huntd.6 +++ b/games/hunt/huntd/huntd.6 @@ -1,6 +1,5 @@ .\" $NetBSD: huntd.6,v 1.3 1998/01/09 08:03:42 perry Exp $ .\" $OpenBSD: huntd.6,v 1.18 2007/05/31 19:19:18 jmc Exp $ -.\" $DragonFly: src/games/hunt/huntd/huntd.6,v 1.2 2008/09/04 07:35:06 swildner Exp $ .\" .\" Hunt .\" Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold @@ -261,7 +260,7 @@ Zero means traditional blocking behaviour. Try 55000 for something reasonable .Pq default 0 .El -.Sh "FILES" +.Sh FILES .Bl -tag -width Pa -compact .It Pa /etc/hunt.conf .It Pa "$HOME/.hunt.conf" @@ -277,4 +276,3 @@ Conrad Huang, Ken Arnold, and Greg Couch; University of California, San Francisco, Computer Graphics Lab .Pp David Leonard tidied up, and added the configuration file. -.\"Sh BUGS diff --git a/games/quiz/quiz.6 b/games/quiz/quiz.6 index 902b9c7ef3..1fbbe31241 100644 --- a/games/quiz/quiz.6 +++ b/games/quiz/quiz.6 @@ -30,7 +30,6 @@ .\" .\" @(#)quiz.6 8.1 (Berkeley) 5/31/93 .\" $FreeBSD: src/games/quiz/quiz.6,v 1.3.2.1 2000/12/08 13:40:05 ru Exp $ -.\" $DragonFly: src/games/quiz/quiz.6,v 1.2 2003/06/17 04:25:24 dillon Exp $ .\" .Dd May 31, 1993 .Dt QUIZ 6 @@ -76,7 +75,7 @@ If you get the answer wrong, .Nm lets you try again. To see the right answer, enter a blank line. -.Sh "Index and Data File Syntax" +.Sh INDEX AND DATA FILE SYNTAX The index and data files have a similar syntax. Lines in them consist of several categories separated by colons. The categories are regular expressions formed using the following diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index 7498d1893a..048fcd5dad 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -32,7 +32,6 @@ .\" .\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94 .\" $FreeBSD: src/sbin/mount_portal/mount_portal.8,v 1.8.2.2 2001/12/20 16:41:47 ru Exp $ -.\" $DragonFly: src/sbin/mount_portal/mount_portal.8,v 1.2 2003/06/17 04:27:33 dillon Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_PORTAL 8 @@ -113,7 +112,7 @@ The namespace opens the named file, starting back at the root directory. This can be used to provide a controlled escape path from a chrooted environment. -.Sh "CONFIGURATION FILE" +.Sh CONFIGURATION FILE The configuration file contains a list of rules. Each rule takes one line and consists of two or more whitespace separated fields. diff --git a/share/man/man4/random.4 b/share/man/man4/random.4 index 139c596846..6cf21c83aa 100644 --- a/share/man/man4/random.4 +++ b/share/man/man4/random.4 @@ -37,7 +37,6 @@ .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/rndcontrol/random.4,v 1.9.2.2 2001/11/24 16:14:18 dd Exp $ -.\" $DragonFly: src/usr.sbin/rndcontrol/random.4,v 1.13 2008/10/17 11:30:24 swildner Exp $ .\" .Dd October 21, 1995 .Dt RANDOM 4 i386 @@ -112,7 +111,7 @@ degree of entropy is added by RC scripts during the boot sequence. .It Pa /dev/random .It Pa /dev/urandom .El -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr arc4random 3 , .Xr drand48 3 , .Xr rand 3 , diff --git a/share/man/man5/euc.5 b/share/man/man5/euc.5 index 37c5f9735a..c9fe7081d5 100644 --- a/share/man/man5/euc.5 +++ b/share/man/man5/euc.5 @@ -127,7 +127,7 @@ Notice that the global .Ar mask is set to 0x8080, this implies that from those 2 bits the codeset can be determined. -.Sh "EXAMPLE - Japanese Locale" +.Sh EXAMPLES This is a complete example of an .Ev LC_CTYPE source file for the Japanese locale @@ -234,6 +234,6 @@ SPECIAL 0xa1 - 0xdf PHONOGRAM 0xa1 - 0xdf CONTROL 0x84 - 0x97 0x9b - 0x9f 0xe0 - 0xfe .Ed -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr mklocale 1 , .Xr setlocale 3 diff --git a/share/man/man5/utf2.5 b/share/man/man5/utf2.5 index ccbe71910e..1a9d9aacae 100644 --- a/share/man/man5/utf2.5 +++ b/share/man/man5/utf2.5 @@ -30,7 +30,6 @@ .\" .\" @(#)utf2.4 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/locale/utf2.4,v 1.8.2.2 2002/10/24 11:00:52 tjr Exp $ -.\" $DragonFly: src/share/man/man5/utf2.5,v 1.3 2005/03/24 12:48:04 swildner Exp $ .\" .Dd October 11, 2002 .Dt UTF2 5 @@ -85,7 +84,7 @@ The final three encodings provided by X-Open: .Pp which provides for the entire proposed ISO-10646 31 bit standard are currently not implemented. -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr mklocale 1 , .Xr setlocale 3 , .Xr utf8 5 diff --git a/share/man/man9/DB_COMMAND.9 b/share/man/man9/DB_COMMAND.9 index b65460d92a..1155855c20 100644 --- a/share/man/man9/DB_COMMAND.9 +++ b/share/man/man9/DB_COMMAND.9 @@ -99,7 +99,7 @@ Calling my command with address 0x1000 db> .Ef .Ed -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr ddb 4 .Sh AUTHOR This manual page was written by diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1 index c59760ceff..f47ffce9ec 100644 --- a/usr.bin/chkey/chkey.1 +++ b/usr.bin/chkey/chkey.1 @@ -1,7 +1,6 @@ .\" @(#)chkey.1 1.5 91/03/11 TIRPC 1.0; .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. .\" $FreeBSD: src/usr.bin/chkey/chkey.1,v 1.4.2.3 2002/06/20 23:45:20 charnier Exp $ -.\" $DragonFly: src/usr.bin/chkey/chkey.1,v 1.2 2003/06/17 04:29:25 dillon Exp $ .\" .Dd July 5, 1989 .Dt CHKEY 1 @@ -19,7 +18,7 @@ and uses it to encrypt a new encryption key for the user to be stored in the .Xr publickey 5 database. -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr keylogin 1 , .Xr publickey 5 , .Xr keyserv 8 , diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 866e41283d..8ad04d956d 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -170,7 +170,7 @@ deletes the pattern space. Some of the functions use a .Em "hold space" to save all or part of the pattern space for subsequent retrieval. -.Sh "Sed Addresses" +.Sh SED ADDRESSES An address is not required, but if specified must have one of the following formats: .Bl -bullet -offset indent @@ -229,7 +229,7 @@ Editing commands can be applied to non-selected pattern spaces by use of the exclamation character .Pq Dq \&! function. -.Sh "Sed Regular Expressions" +.Sh SED REGULAR EXPRESSIONS The regular expressions used in .Nm , by default, are basic regular expressions (BREs, see @@ -286,7 +286,7 @@ will substitute .Dq XXX for the pattern .Dq abc . -.Sh "Sed Functions" +.Sh SED FUNCTIONS In the following list of commands, the maximum number of permissible addresses for each command is indicated by [0addr], [1addr], or [2addr], representing zero, one, or two addresses. diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 410569a666..0de296f25f 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -762,7 +762,7 @@ In this case the name of the internal service is determined using the last component of the socket's pathname. -.Sh "FILES" +.Sh FILES .Bl -tag -width /var/run/inetd.pid -compact .It Pa /etc/inetd.conf configuration file @@ -774,7 +774,7 @@ translation of service names to port numbers the pid of the currently running .Nm .El -.Sh "EXAMPLES" +.Sh EXAMPLES Here are several example service entries for the various types of services: .Bd -literal ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l @@ -789,7 +789,7 @@ rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd chargen stream tcp nowait root internal #@ .Ed -.Sh "ERROR MESSAGES" +.Sh ERROR MESSAGES The .Nm server diff --git a/usr.sbin/keyserv/keyserv.8 b/usr.sbin/keyserv/keyserv.8 index e18684e5a2..c4c4741a18 100644 --- a/usr.sbin/keyserv/keyserv.8 +++ b/usr.sbin/keyserv/keyserv.8 @@ -3,7 +3,6 @@ .\" Copyright 1989 AT&T .\" @(#)keyserv.8c 1.8 89/03/29 SMI; .\" $FreeBSD: src/usr.sbin/keyserv/keyserv.8,v 1.6.2.4 2003/03/11 21:13:50 trhodes Exp $ -.\" $DragonFly: src/usr.sbin/keyserv/keyserv.8,v 1.2 2003/06/17 04:29:55 dillon Exp $ .\".TH KEYSERV 8C "9 September 1987" .Dd September 14, 1992 .Dt KEYSERV 8 @@ -75,7 +74,7 @@ Display status of DES support (enabled/disabled). .It Pa /etc/.rootkey .It Pa /usr/lib/libdes.so.3 .El -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr keylogin 1 , .Xr keylogout 1 , .Xr publickey 5 diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index f85fc3a598..e8719a4001 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -396,7 +396,7 @@ tunnels; such an .Nm configuration would be better replaced by more direct tunnels (i.e. eliminate the middle man). -.Sh "EXAMPLE CONFIGURATION" +.Sh EXAMPLE CONFIGURATION This is an example configuration for a mythical multicast router at a big school. .Bd -literal @@ -601,6 +601,8 @@ DVMRP is described, along with other multicast routing algorithms, in the paper "Multicast Routing in Internetworks and Extended LANs" by S. Deering, in the Proceedings of the ACM SIGCOMM '88 Conference. .Sh AUTHORS +.An -nosplit .An Steve Deering , .An Ajit Thyagarajan , +and .An Bill Fenner . diff --git a/usr.sbin/zic/zdump.8 b/usr.sbin/zic/zdump.8 index e2715d8b5b..d32b3c6710 100644 --- a/usr.sbin/zic/zdump.8 +++ b/usr.sbin/zic/zdump.8 @@ -53,7 +53,7 @@ Time discontinuities are found by sampling the results returned by at twelve-hour intervals. This works in all real-world cases; one can construct artificial time zones for which this fails. -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr ctime 3 , .Xr tzfile 5 , .Xr zic 8 diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index 180007178b..dbb0fbf466 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -359,17 +359,6 @@ if a second was added or .Dq - if a second was skipped. -.\" There's no need to document the following, since it's impossible for more -.\" than one leap second to be inserted or deleted at a time. -.\" The C Standard is in error in suggesting the possibility. -.\" See Terry J Quinn, The BIPM and the accurate measure of time, -.\" Proc IEEE 79, 7 (July 1991), 894-905. -.\" or -.\" .q ++ -.\" if two seconds were added -.\" or -.\" .q -- -.\" if two seconds were skipped. The .Em R/S field @@ -381,7 +370,7 @@ or .Dq Rolling if the leap second time given by the other fields should be interpreted as local wall clock time. -.Sh "EXTENDED EXAMPLE" +.Sh EXAMPLES Here is an extended example of .Nm input, intended to illustrate many of its features. @@ -465,7 +454,7 @@ specifying transition instants using universal time. .It Pa /usr/share/zoneinfo standard directory used for created files .El -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr ctime 3 , .Xr tzfile 5 , .Xr zdump 8 -- 2.41.0