From e5ab4b1150ed4a9b80d49644ff867949d3af8166 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 26 Dec 2004 12:37:08 +0000 Subject: [PATCH] Silence groff warnings --- bin/ps/ps.1 | 4 ++-- lib/libc/net/eui64.3 | 4 ++-- lib/libc/stdlib/rand.3 | 4 ++-- lib/libc/stdlib/strtonum.3 | 3 +-- lib/libc/string/strdup.3 | 3 ++- libexec/getty/getty.8 | 4 ++-- share/man/man4/ktr.4 | 4 ++-- share/man/man9/ieee80211_radiotap.9 | 2 +- share/man/man9/ktr.9 | 4 ++-- usr.bin/ftp/ftp.1 | 4 ++-- usr.sbin/clog/clog.8 | 3 +-- usr.sbin/procctl/procctl.8 | 4 ++-- usr.sbin/syslogd/syslogd.8 | 4 ++-- 13 files changed, 23 insertions(+), 24 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index d113a62baa..39e267715a 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -31,7 +31,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD: src/bin/ps/ps.1,v 1.24.2.7 2002/06/20 22:43:33 charnier Exp $ -.\" $DragonFly: src/bin/ps/ps.1,v 1.5 2004/11/22 06:50:12 dillon Exp $ +.\" $DragonFly: src/bin/ps/ps.1,v 1.6 2004/12/26 12:37:07 swildner Exp $ .\" .Dd April 18, 1994 .Dt PS 1 @@ -254,7 +254,7 @@ Marks a process that is idle (sleeping for longer than about 20 seconds). Marks a process which is in .Xr jail 2 . The hostname of the prison can be found in -.Ql Li /proc//status . +.Sq Li /proc//status . .It R Marks a runnable process. .It S diff --git a/lib/libc/net/eui64.3 b/lib/libc/net/eui64.3 index ad7ca1894d..195557c8f5 100644 --- a/lib/libc/net/eui64.3 +++ b/lib/libc/net/eui64.3 @@ -55,7 +55,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc/net/eui64.3,v 1.3 2004/07/07 20:15:31 ru Exp $ -.\" $DragonFly: src/lib/libc/net/eui64.3,v 1.1 2004/09/23 06:33:04 simokawa Exp $ +.\" $DragonFly: src/lib/libc/net/eui64.3,v 1.2 2004/12/26 12:37:07 swildner Exp $ .\" .Dd March 4, 2004 .Dt EUI64 3 @@ -87,7 +87,7 @@ These functions operate on IEEE EUI-64s using an .Vt eui64 structure, which is defined in the header file -.In sys/eui64.h : +.Aq Pa sys/eui64.h : .Bd -literal -offset indent /* * The number of bytes in an EUI-64. diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 325cfdfb69..5acc126364 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -35,7 +35,7 @@ .\" .\" @(#)rand.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/stdlib/rand.3,v 1.14 2003/09/08 19:57:15 ru Exp $ -.\" $DragonFly: src/lib/libc/stdlib/rand.3,v 1.3 2004/05/17 07:35:55 dillon Exp $ +.\" $DragonFly: src/lib/libc/stdlib/rand.3,v 1.4 2004/12/26 12:37:08 swildner Exp $ .\" .Dd May 25, 1999 .Dt RAND 3 @@ -70,7 +70,7 @@ function computes a sequence of pseudo-random integers in the range of 0 to .Dv RAND_MAX (as defined by the header file -.In stdlib.h ) . +.Aq Pa stdlib.h ) . .Pp The .Fn srand diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 0eb6d7c0d8..8401a314d4 100644 --- a/lib/libc/stdlib/strtonum.3 +++ b/lib/libc/stdlib/strtonum.3 @@ -1,5 +1,5 @@ .\" $OpenBSD: strtonum.3,v 1.5 2004/05/06 06:19:01 tedu Exp $ -.\" $DragonFly: src/lib/libc/stdlib/strtonum.3,v 1.1 2004/08/15 16:01:11 joerg Exp $ +.\" $DragonFly: src/lib/libc/stdlib/strtonum.3,v 1.2 2004/12/26 12:37:08 swildner Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" @@ -127,7 +127,6 @@ The string did not consist solely of digit characters. .Fn strtonum was originally implemented as an extension on .Ox . - The existing alternatives, such as .Xr atoi 3 and diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 27be3ad003..bec865dcd2 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -31,7 +31,7 @@ .\" .\" @(#)strdup.3 8.1 (Berkeley) 6/9/93 .\" $FreeBSD: src/lib/libc/string/strdup.3,v 1.7.2.2 2001/12/14 18:33:59 ru Exp $ -.\" $DragonFly: src/lib/libc/string/strdup.3,v 1.4 2004/10/31 11:11:54 asmodai Exp $ +.\" $DragonFly: src/lib/libc/string/strdup.3,v 1.5 2004/12/26 12:37:08 swildner Exp $ .\" .Dd June 9, 1993 .Dt STRDUP 3 @@ -65,6 +65,7 @@ function may fail if: .Bl -tag -width Er .It Bq Er ENOMEM No memory could be allocated for the copy of the string. +.El .Sh SEE ALSO .Xr free 3 , .Xr malloc 3 diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index ce1e43c88b..a52ca1ce3e 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -31,7 +31,7 @@ .\" .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/libexec/getty/getty.8,v 1.10.2.3 2001/08/16 10:44:15 ru Exp $ -.\" $DragonFly: src/libexec/getty/getty.8,v 1.2 2003/06/17 04:27:07 dillon Exp $ +.\" $DragonFly: src/libexec/getty/getty.8,v 1.3 2004/12/26 12:37:08 swildner Exp $ .\" " .Dd June 4, 1993 .Dt GETTY 8 @@ -60,7 +60,7 @@ is the special device file in .Pa /dev to open for the terminal (for example, ``ttyh0''). If there is no argument or the argument is -.Ql Fl , +.Sq Fl , the tty line is assumed to be open as file descriptor 0. .Pp The diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4 index ad99c5578a..07f33d037f 100644 --- a/share/man/man4/ktr.4 +++ b/share/man/man4/ktr.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/ktr.4,v 1.9 2003/09/08 19:57:19 ru Exp $ -.\" $DragonFly: src/share/man/man4/ktr.4,v 1.1 2004/09/20 20:38:17 eirikn Exp $ +.\" $DragonFly: src/share/man/man4/ktr.4,v 1.2 2004/12/26 12:37:08 swildner Exp $ .\" .Dd February 16, 2001 .Dt KTR 4 @@ -81,7 +81,7 @@ By default the run time mask is set to log only .Dv KTR_GEN events. The definitions of the event mask bits can be found in -.In sys/ktr.h . +.Aq Pa sys/ktr.h . .Pp Furthermore, there is a CPU event mask whose default value can be changed via the diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9 index 2c983ad22d..2851ff1798 100644 --- a/share/man/man9/ieee80211_radiotap.9 +++ b/share/man/man9/ieee80211_radiotap.9 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.\: $DragonFly: src/share/man/man9/ieee80211_radiotap.9,v 1.1 2004/07/27 14:50:56 hmp Exp $ +.\" $DragonFly: src/share/man/man9/ieee80211_radiotap.9,v 1.2 2004/12/26 12:37:08 swildner Exp $ .\" $Id: ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $ .\" .Dd March 2, 2004 diff --git a/share/man/man9/ktr.9 b/share/man/man9/ktr.9 index 5aa381c950..c1a330806b 100644 --- a/share/man/man9/ktr.9 +++ b/share/man/man9/ktr.9 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ktr.9,v 1.7 2003/09/08 19:57:21 ru Exp $ -.\" $DragonFly: src/share/man/man9/ktr.9,v 1.1 2004/09/20 20:38:17 eirikn Exp $ +.\" $DragonFly: src/share/man/man9/ktr.9,v 1.2 2004/12/26 12:37:08 swildner Exp $ .\" .Dd February 15, 2001 .Dt KTR 9 @@ -70,7 +70,7 @@ macros. The first parameter is a mask of event types .Pq Dv KTR_* defined in -.In sys/ktr.h . +.Aq Pa sys/ktr.h . The event will be logged only if any of the event types specified in .Fa mask are enabled in the global event mask stored in diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index b684158f19..b711d65ac9 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/usr.bin/ftp/ftp.1,v 1.15.2.7 2002/08/27 09:55:08 yar Exp $ -.\" $DragonFly: src/usr.bin/ftp/Attic/ftp.1,v 1.2 2003/06/17 04:29:26 dillon Exp $ +.\" $DragonFly: src/usr.bin/ftp/Attic/ftp.1,v 1.3 2004/12/26 12:37:08 swildner Exp $ .\" $NetBSD: ftp.1,v 1.21 1997/06/10 21:59:58 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -613,7 +613,7 @@ from the template. The sequence `$0' is replace by the original filename. Additionally, the sequence -.Ql Op Ar seq1 , Ar seq2 +.Sq Op Ar seq1 , Ar seq2 is replaced by .Op Ar seq1 if diff --git a/usr.sbin/clog/clog.8 b/usr.sbin/clog/clog.8 index 9d23d72f28..def5d106ed 100644 --- a/usr.sbin/clog/clog.8 +++ b/usr.sbin/clog/clog.8 @@ -24,7 +24,7 @@ .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $Id: clog.8,v 1.2 2001/10/02 04:41:21 jdw Exp $ -.\" $DragonFly: src/usr.sbin/clog/clog.8,v 1.1 2004/10/30 20:26:46 dillon Exp $ +.\" $DragonFly: src/usr.sbin/clog/clog.8,v 1.2 2004/12/26 12:37:08 swildner Exp $ .\" .Dd October 1, 2001 .Dt CLOG 8 @@ -89,7 +89,6 @@ unacceptable. Circular logfiles can safely be used on a memory disk (see .Pp Circular logfiles are also useful to catch messages that are generated rapidly but soon lose relevance, such as messages logged at debug priority. - .Sh SEE ALSO .Xr syslogd 8 , .Xr syslog.conf 5 diff --git a/usr.sbin/procctl/procctl.8 b/usr.sbin/procctl/procctl.8 index 01f12ea37b..f1253f8460 100644 --- a/usr.sbin/procctl/procctl.8 +++ b/usr.sbin/procctl/procctl.8 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/usr.sbin/procctl/procctl.8,v 1.7.2.3 2003/03/11 22:31:31 trhodes Exp $ -.\" $DragonFly: src/usr.sbin/procctl/procctl.8,v 1.3 2004/12/06 21:13:51 liamfoy Exp $ +.\" $DragonFly: src/usr.sbin/procctl/procctl.8,v 1.4 2004/12/26 12:37:08 swildner Exp $ .Dd December 6, 2004 .Dt PROCCTL 8 .Os @@ -27,9 +27,9 @@ goes through the list and clears the event masks for each specified process. .Pp The options are as follows: .Bl -tag -width Ds -.Bl -tag -width Ds .It Fl v Verbose mode. +.El .Sh SEE ALSO .Xr truss 1 , .Xr procfs 5 diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 93d5bf31e4..b9d4678780 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -31,7 +31,7 @@ .\" .\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD: src/usr.sbin/syslogd/syslogd.8,v 1.51 2004/07/02 23:12:57 ru Exp $ -.\" $DragonFly: src/usr.sbin/syslogd/syslogd.8,v 1.3 2004/08/09 20:11:19 dillon Exp $ +.\" $DragonFly: src/usr.sbin/syslogd/syslogd.8,v 1.4 2004/12/26 12:37:08 swildner Exp $ .\" .Dd November 24, 2001 .Dt SYSLOGD 8 @@ -276,7 +276,7 @@ decimal number in angle braces, for example, .Sq Aq 5 . This priority code should map into the priorities defined in the include file -.In sys/syslog.h . +.Aq Pa sys/syslog.h . .Pp For security reasons, .Nm -- 2.41.0