From 8c0700ac33bd2db117f67ba149e5a101d1767b37 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 18 Aug 2006 01:42:58 +0000 Subject: [PATCH] Fix section ordering. --- bin/cpdup/cpdup.1 | 14 +++++++------- share/man/man4/man4.i386/tw.4 | 12 ++++++------ share/man/man4/ng_tty.4 | 20 ++++++++++---------- share/man/man5/hosts.equiv.5 | 26 +++++++++++++------------- share/termcap/termcap.5 | 12 ++++++------ usr.sbin/acpi/acpidump/acpidump.8 | 20 ++++++++++---------- usr.sbin/pfctl/pf.conf.5 | 32 ++++++++++++++++---------------- usr.sbin/syslogd/syslog.conf.5 | 28 ++++++++++++++-------------- 8 files changed, 82 insertions(+), 82 deletions(-) diff --git a/bin/cpdup/cpdup.1 b/bin/cpdup/cpdup.1 index e22c67ce50..8b031b1f12 100644 --- a/bin/cpdup/cpdup.1 +++ b/bin/cpdup/cpdup.1 @@ -3,7 +3,7 @@ .\" USE WITH EXTREME CAUTION. .\" .\" -.\" $DragonFly: src/bin/cpdup/cpdup.1,v 1.14 2006/08/13 22:51:40 dillon Exp $ +.\" $DragonFly: src/bin/cpdup/cpdup.1,v 1.15 2006/08/18 03:42:58 swildner Exp $ .Dd October 28, 1999 .Dt CPDUP 1 .Os BSD 4 @@ -203,6 +203,12 @@ utility exits 0 if no error occured and >0 if an error occured. .Xr cp 1 , .Xr cpio 1 , .Xr tar 1 +.Sh HISTORY +The +.Nm +command was original created to update servers at BEST Internet circa 1997 +and was placed under the FreeBSD copyright for inclusion in the ports area +in 1999. The program was written by Matthew Dillon and Dima Ruban. .Sh BUGS UFS has a hardlink limit of 32767. Many programs, in particular CVS with regards to its CVS/Root file, will generate a lot of hard links. @@ -214,9 +220,3 @@ to maintain these hard links. If this occurs .Nm will be forced to copy the file instead of link it, and thus not be able to make a perfect copy of the filesystem. -.Sh HISTORY -The -.Nm -command was original created to update servers at BEST Internet circa 1997 -and was placed under the FreeBSD copyright for inclusion in the ports area -in 1999. The program was written by Matthew Dillon and Dima Ruban. diff --git a/share/man/man4/man4.i386/tw.4 b/share/man/man4/man4.i386/tw.4 index 41f69f4d98..909f6cab21 100644 --- a/share/man/man4/man4.i386/tw.4 +++ b/share/man/man4/man4.i386/tw.4 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/man4.i386/tw.4,v 1.9.2.3 2001/08/17 13:08:46 ru Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/tw.4,v 1.2 2003/06/17 06:37:00 dillon Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/tw.4,v 1.3 2006/08/18 03:42:58 swildner Exp $ .\" .Dd October 30, 1993 .Dt TW 4 i386 @@ -94,15 +94,15 @@ The .Fn select system call can be used in the usual way to determine if there is data ready for reading. -.Sh SEE ALSO -.Xr xten 1 , -.Xr xtend 8 -.Pp -TW-523 documentation from X-10 Inc. .Sh FILES .Bl -tag -width /dev/tw .It Pa /dev/tw? the TW523 special file .El +.Sh SEE ALSO +.Xr xten 1 , +.Xr xtend 8 +.Pp +TW-523 documentation from X-10 Inc. .Sh AUTHORS .An Eugene W. Stark Aq stark@cs.sunysb.edu diff --git a/share/man/man4/ng_tty.4 b/share/man/man4/ng_tty.4 index 402794a4f8..a99c166087 100644 --- a/share/man/man4/ng_tty.4 +++ b/share/man/man4/ng_tty.4 @@ -33,7 +33,7 @@ .\" Author: Archie Cobbs .\" .\" $FreeBSD: src/share/man/man4/ng_tty.4,v 1.14.2.1 2001/12/21 09:00:51 ru Exp $ -.\" $DragonFly: src/share/man/man4/ng_tty.4,v 1.3 2006/05/26 21:39:39 swildner Exp $ +.\" $DragonFly: src/share/man/man4/ng_tty.4,v 1.4 2006/08/18 03:42:58 swildner Exp $ .\" $Whistle: ng_tty.8,v 1.5 1999/01/25 23:46:28 archie Exp $ .\" .Dd January 19, 1999 @@ -117,15 +117,6 @@ The .Dv NGM_SHUTDOWN control message is not valid, and always returns the error .Er EOPNOTSUPP . -.Sh BUGS -The serial driver code also has a notion of a -.Dq hot character . -Unfortunately, this value is statically defined in terms of the -line discipline and cannot be changed. -Therefore, if a hot character other than 0x7e (the default) is set for the -.Nm -node, the node has no way to convey this information to the -serial driver, and sub-optimal performance may result. .Sh SEE ALSO .Xr ioctl 2 , .Xr netgraph 4 , @@ -139,3 +130,12 @@ node type was implemented in .Fx 4.0 . .Sh AUTHORS .An Archie Cobbs Aq archie@FreeBSD.org +.Sh BUGS +The serial driver code also has a notion of a +.Dq hot character . +Unfortunately, this value is statically defined in terms of the +line discipline and cannot be changed. +Therefore, if a hot character other than 0x7e (the default) is set for the +.Nm +node, the node has no way to convey this information to the +serial driver, and sub-optimal performance may result. diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5 index b2be683d3d..d5da893a69 100644 --- a/share/man/man5/hosts.equiv.5 +++ b/share/man/man5/hosts.equiv.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man5/hosts.equiv.5,v 1.10.2.6 2002/02/01 15:51:18 ru Exp $ -.\" $DragonFly: src/share/man/man5/hosts.equiv.5,v 1.2 2003/06/17 06:37:00 dillon Exp $ +.\" $DragonFly: src/share/man/man5/hosts.equiv.5,v 1.3 2006/08/18 03:42:58 swildner Exp $ .\" .Dd February 11, 1996 .Dt HOSTS.EQUIV 5 @@ -95,6 +95,18 @@ For security reasons, a user's file will be ignored if it is not a regular file, or if it is not owned by the user, or if it is writable by anyone other than the user. +.Sh FILES +.Bl -tag -width /etc/hosts.equivxxx -compact +.It Pa /etc/hosts.equiv +The +.Nm +file resides in +.Pa /etc . +.It Pa $HOME/.rhosts +.Nm .rhosts +file resides in +.Pa $HOME . +.El .Sh EXAMPLES .Dl bar.com foo .Pp @@ -115,18 +127,6 @@ Trust all hosts from netgroup and their users except users from netgroup .Dq dau . -.Sh FILES -.Bl -tag -width /etc/hosts.equivxxx -compact -.It Pa /etc/hosts.equiv -The -.Nm -file resides in -.Pa /etc . -.It Pa $HOME/.rhosts -.Nm .rhosts -file resides in -.Pa $HOME . -.El .Sh SEE ALSO .Xr rcp 1 , .Xr rlogin 1 , diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5 index 4aaed51959..c841e39a3e 100644 --- a/share/termcap/termcap.5 +++ b/share/termcap/termcap.5 @@ -52,7 +52,7 @@ .\" ***************************************************************************/ .\" .\" $FreeBSD: src/share/termcap/termcap.5,v 1.12.2.6 2002/08/15 08:30:27 ru Exp $ -.\" $DragonFly: src/share/termcap/termcap.5,v 1.4 2006/04/17 20:01:37 swildner Exp $ +.\" $DragonFly: src/share/termcap/termcap.5,v 1.5 2006/08/18 03:42:58 swildner Exp $ .\" .Dd April 16, 1994 .Dt TERMCAP 5 @@ -2109,6 +2109,11 @@ Hash database file containing terminal descriptions (see .Xr printf 3 , .Xr termcap 3 , .Xr term 5 +.Sh HISTORY +The +.Nm +file format appeared in +.Bx 3 . .Sh CAVEATS AND BUGS The .Em Note : @@ -2138,8 +2143,3 @@ The total length of a single entry (excluding only escaped newlines) may not exceed 1024. .Pp Not all programs support all entries. -.Sh HISTORY -The -.Nm -file format appeared in -.Bx 3 . diff --git a/usr.sbin/acpi/acpidump/acpidump.8 b/usr.sbin/acpi/acpidump/acpidump.8 index 5c74301c62..fe84663a9e 100644 --- a/usr.sbin/acpi/acpidump/acpidump.8 +++ b/usr.sbin/acpi/acpidump/acpidump.8 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/acpi/acpidump/acpidump.8,v 1.16 2004/06/04 19:21:06 ru Exp $ -.\" $DragonFly: src/usr.sbin/acpi/acpidump/acpidump.8,v 1.3 2006/02/17 20:40:09 swildner Exp $ +.\" $DragonFly: src/usr.sbin/acpi/acpidump/acpidump.8,v 1.4 2006/08/18 03:42:58 swildner Exp $ .\" .Dd August 31, 2000 .Dt ACPIDUMP 8 @@ -159,6 +159,15 @@ Verbose messages are enabled. .Xr acpiconf 8 , .Xr acpidb 8 , .Xr iasl 8 +.Sh HISTORY +The +.Nm +utility first appeared in +.Fx 5.0 +and was rewritten to use +.Xr iasl 8 +for +.Fx 5.2 . .Sh AUTHORS .An Doug Rabson Aq dfr@FreeBSD.org .An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org @@ -173,15 +182,6 @@ Some contributions made by .An Michael Lucas Aq mwlucas@blackhelicopters.org and .An Michael Smith Aq msmith@FreeBSD.org . -.Sh HISTORY -The -.Nm -utility first appeared in -.Fx 5.0 -and was rewritten to use -.Xr iasl 8 -for -.Fx 5.2 . .Sh BUGS In the current implementation, .Nm diff --git a/usr.sbin/pfctl/pf.conf.5 b/usr.sbin/pfctl/pf.conf.5 index 994e977a43..6b9a25670a 100644 --- a/usr.sbin/pfctl/pf.conf.5 +++ b/usr.sbin/pfctl/pf.conf.5 @@ -1,5 +1,5 @@ .\" $OpenBSD: pf.conf.5,v 1.291 2004/02/04 19:38:30 jmc Exp $ -.\" $DragonFly: src/usr.sbin/pfctl/pf.conf.5,v 1.5 2006/04/17 20:01:38 swildner Exp $ +.\" $DragonFly: src/usr.sbin/pfctl/pf.conf.5,v 1.6 2006/08/18 03:42:58 swildner Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2206,6 +2206,21 @@ Hence, .Ed .Pp will only block connections from 1.2.3.4 to port 25. +.Sh FILES +.Bl -tag -width "/etc/protocols" -compact +.It Pa /etc/hosts +Host name database. +.It Pa /etc/pf.conf +Default location of the ruleset file. +.It Pa /etc/pf.os +Default location of OS fingerprints. +.It Pa /etc/protocols +Protocol name database. +.It Pa /etc/services +Service name database. +.It Pa /usr/share/examples/pf +Example rulesets. +.El .Sh TRANSLATION EXAMPLES This example maps incoming requests on port 80 to port 8080, on which a daemon is running (because, for example, it is not run as root, @@ -2595,21 +2610,6 @@ upperlimit-sc = "upperlimit" sc-spec sc-spec = ( bandwidth-spec | "(" bandwidth-spec number bandwidth-spec ")" ) .Ed -.Sh FILES -.Bl -tag -width "/etc/protocols" -compact -.It Pa /etc/hosts -Host name database. -.It Pa /etc/pf.conf -Default location of the ruleset file. -.It Pa /etc/pf.os -Default location of OS fingerprints. -.It Pa /etc/protocols -Protocol name database. -.It Pa /etc/services -Service name database. -.It Pa /usr/share/examples/pf -Example rulesets. -.El .Sh SEE ALSO .Xr icmp 4 , .Xr icmp6 4 , diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index 33bca4c295..5d87ef5c56 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -31,7 +31,7 @@ .\" .\" @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 .\" $FreeBSD: src/usr.sbin/syslogd/syslog.conf.5,v 1.35 2004/07/03 18:35:53 ru Exp $ -.\" $DragonFly: src/usr.sbin/syslogd/syslog.conf.5,v 1.5 2006/02/17 20:40:28 swildner Exp $ +.\" $DragonFly: src/usr.sbin/syslogd/syslog.conf.5,v 1.6 2006/08/18 03:42:58 swildner Exp $ .\" .Dd June 9, 1993 .Dt SYSLOG.CONF 5 @@ -407,6 +407,19 @@ normally the superuser. Blank lines and lines whose first non-blank character is a hash .Pq Dq # character are ignored. +.Sh IMPLEMENTATION NOTES +The +.Dq kern +facility is usually reserved for messages +generated by the local kernel. +Other messages logged with facility +.Dq kern +are usually translated to facility +.Dq user . +This translation can be disabled; +see +.Xr syslogd 8 +for details. .Sh FILES .Bl -tag -width /etc/syslog.conf -compact .It Pa /etc/syslog.conf @@ -464,19 +477,6 @@ console.* /var/log/console.log !ipfw *.* -/var/log/ipfw .Ed -.Sh IMPLEMENTATION NOTES -The -.Dq kern -facility is usually reserved for messages -generated by the local kernel. -Other messages logged with facility -.Dq kern -are usually translated to facility -.Dq user . -This translation can be disabled; -see -.Xr syslogd 8 -for details. .Sh SEE ALSO .Xr syslog 3 , .Xr syslogd 8 -- 2.11.4.GIT