Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin Drop a .Pp, sort sections.



details:   https://anonhg.NetBSD.org/src/rev/59dfb2dda030
branches:  trunk
changeset: 521581:59dfb2dda030
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 02 01:57:35 2002 +0000

description:
Drop a .Pp, sort sections.

diffstat:

 usr.sbin/sushi/sushi.8         |  23 +++++++++++------------
 usr.sbin/syslogd/syslog.conf.5 |  25 ++++++++++++-------------
 2 files changed, 23 insertions(+), 25 deletions(-)

diffs (99 lines):

diff -r 467ca9bad5be -r 59dfb2dda030 usr.sbin/sushi/sushi.8
--- a/usr.sbin/sushi/sushi.8    Sat Feb 02 01:54:29 2002 +0000
+++ b/usr.sbin/sushi/sushi.8    Sat Feb 02 01:57:35 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sushi.8,v 1.10 2002/01/19 11:45:07 wiz Exp $
+.\" $NetBSD: sushi.8,v 1.11 2002/02/02 01:57:35 wiz Exp $
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
@@ -143,7 +143,6 @@
 nor is it possible to bind a modified function key, such as control-F1.
 .El
 .Sh EXAMPLES
-.Pp
 Most of the actual usage of
 .Nm
 is documented in the internal help files, such as commands, and keystrokes
@@ -158,6 +157,16 @@
 .Sh SEE ALSO
 .Xr rc.conf 5 ,
 .Xr intro 8
+.Sh HISTORY
+.Nm
+first appeared in
+.Nx 1.6 .
+.Sh AUTHORS
+.Nm
+was written by Tim Rightnour
+.Ad garbled%netbsd.org@localhost
+and Dante Profeta
+.Ad dante%netbsd.org@localhost .
 .Sh BUGS
 At the time of this writing, there are a number of display glitches
 which are currently being worked on.  In addition there are some failure
@@ -167,13 +176,3 @@
 .Pp
 At the time of this writing, the F6 option, to display the current command
 before running it, does not work.
-.Sh AUTHORS
-.Nm
-was written by Tim Rightnour
-.Ad garbled%netbsd.org@localhost
-and Dante Profeta
-.Ad dante%netbsd.org@localhost .
-.Sh HISTORY
-.Nm
-first appeared in
-.Nx 1.6 .
diff -r 467ca9bad5be -r 59dfb2dda030 usr.sbin/syslogd/syslog.conf.5
--- a/usr.sbin/syslogd/syslog.conf.5    Sat Feb 02 01:54:29 2002 +0000
+++ b/usr.sbin/syslogd/syslog.conf.5    Sat Feb 02 01:57:35 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: syslog.conf.5,v 1.8 2001/04/03 11:29:47 wiz Exp $
+.\"    $NetBSD: syslog.conf.5,v 1.9 2002/02/02 01:58:52 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -178,8 +178,14 @@
 .Pp
 Blank lines and lines whose first non-blank character is a hash (``#'')
 character are ignored.
+.Sh FILES
+.Bl -tag -width /etc/syslog.conf -compact
+.It Pa /etc/syslog.conf
+The
+.Xr syslogd 8
+configuration file.
+.El
 .Sh EXAMPLES
-.Pp
 A configuration file might appear as follows:
 .Bd -literal
 # Log all kernel messages, authentication messages of
@@ -210,17 +216,6 @@
 # special file.
 uucp,news.crit                                         /var/log/spoolerr
 .Ed
-.Sh FILES
-.Bl -tag -width /etc/syslog.conf -compact
-.It Pa /etc/syslog.conf
-The
-.Xr syslogd 8
-configuration file.
-.El
-.Sh BUGS
-The effects of multiple selectors are sometimes not intuitive.
-For example ``mail.crit,*.err'' will select ``mail'' facility messages at
-the level of ``err'' or higher, not at the level of ``crit'' or higher.
 .Sh SEE ALSO
 .Xr syslog 3 ,
 .Xr syslogd 8
@@ -231,3 +226,7 @@
 .Bx 4.3 ,
 along with
 .Xr syslogd 8 .
+.Sh BUGS
+The effects of multiple selectors are sometimes not intuitive.
+For example ``mail.crit,*.err'' will select ``mail'' facility messages at
+the level of ``err'' or higher, not at the level of ``crit'' or higher.



Home | Main Index | Thread Index | Old Index