summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/sleep/sleep.18
-rw-r--r--gnu/usr.sbin/sendmail/smrsh/smrsh.84
-rw-r--r--lib/libc/stdlib/getopt_long.34
-rw-r--r--lib/libutil/opendev.35
-rw-r--r--libexec/login_reject/login_reject.89
-rw-r--r--sbin/slattach/slattach.84
-rw-r--r--share/man/man5/hosts.equiv.527
-rw-r--r--share/man/man7/operator.74
-rw-r--r--share/man/man8/man8.vax/boot_vax.811
-rw-r--r--share/man/man8/man8.vax/drtest.85
-rw-r--r--share/man/man8/man8.vax/installboot.84
-rw-r--r--sys/arch/hppa/stand/boot/boot.814
-rw-r--r--sys/arch/hppa64/stand/boot/boot.814
-rw-r--r--usr.bin/checknr/checknr.14
-rw-r--r--usr.bin/hexdump/hexdump.131
-rw-r--r--usr.bin/oldrdist/oldrdist.110
-rw-r--r--usr.bin/rup/rup.14
-rw-r--r--usr.bin/showmount/showmount.84
-rw-r--r--usr.bin/soelim/soelim.15
-rw-r--r--usr.sbin/mrouted/mrouted.810
-rw-r--r--usr.sbin/sliplogin/sliplogin.87
-rw-r--r--usr.sbin/user/usermgmt.conf.54
22 files changed, 85 insertions, 107 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index b395be5d50b..daddcfedce9 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sleep.1,v 1.13 2003/06/02 23:32:09 millert Exp $
+.\" $OpenBSD: sleep.1,v 1.14 2007/02/06 20:07:15 jmc Exp $
.\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -62,8 +62,7 @@ utility):
.Pp
To repetitively run a command (with
.Xr csh 1 ) :
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
while (! -r zzz.rawdata)
sleep 300
end
@@ -87,8 +86,7 @@ by sleeping 70 seconds between each
job.
.Pp
To monitor the growth of a file without consuming too many resources:
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
while true; do
ls -l file
sleep 5
diff --git a/gnu/usr.sbin/sendmail/smrsh/smrsh.8 b/gnu/usr.sbin/sendmail/smrsh/smrsh.8
index 790ff20a6b9..177568fb23e 100644
--- a/gnu/usr.sbin/sendmail/smrsh/smrsh.8
+++ b/gnu/usr.sbin/sendmail/smrsh/smrsh.8
@@ -77,8 +77,8 @@ It allows
and
.Dq &&
to enable commands like:
-.Bd -literal -compact -offset "XXXX"
-.Qq "|exec /usr/local/bin/filter || exit 75"
+.Bd -literal -offset indent
+.Qq |exec /usr/local/bin/filter || exit 75
.Ed
.Pp
Initial pathnames on programs are stripped,
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3
index bf5ba22ece5..2ab45a1159e 100644
--- a/lib/libc/stdlib/getopt_long.3
+++ b/lib/libc/stdlib/getopt_long.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getopt_long.3,v 1.12 2005/10/11 01:23:41 jaredy Exp $
+.\" $OpenBSD: getopt_long.3,v 1.13 2007/02/06 20:07:15 jmc Exp $
.\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
@@ -200,7 +200,7 @@ if there was a missing option argument,
if the user specified an unknown or ambiguous option, and
\-1 when the argument list has been exhausted.
.Sh EXAMPLES
-.Bd -literal -compact
+.Bd -literal
int bflag, ch, fd;
int daggerset;
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3
index 9c9e3f15cf3..2844c2c197b 100644
--- a/lib/libutil/opendev.3
+++ b/lib/libutil/opendev.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: opendev.3,v 1.15 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: opendev.3,v 1.16 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 2000, Todd C. Miller. All rights reserved.
.\" Copyright (c) 1996, Jason Downs. All rights reserved.
@@ -69,8 +69,7 @@ The
are specified by
.Tn OR Ns 'ing
the following values:
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
OPENDEV_PART attempt to open the raw partition during expansion
OPENDEV_BLCK open the block device (default is character device)
.Ed
diff --git a/libexec/login_reject/login_reject.8 b/libexec/login_reject/login_reject.8
index 526acaba94f..6ef52cceee4 100644
--- a/libexec/login_reject/login_reject.8
+++ b/libexec/login_reject/login_reject.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_reject.8,v 1.4 2002/03/13 22:34:06 marc Exp $
+.\" $OpenBSD: login_reject.8,v 1.5 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 1995 Berkeley Software Design, Inc. All rights reserved.
.\"
@@ -60,10 +60,9 @@ types of logins.
For example, a class entry (see
.Xr login.conf 5 )
may contain:
-.Pp
-.Bd -literal -compact
- :auth=krb-or-pwd,kerberos,passwd:
- :auth-ftp=reject:
+.Bd -literal -offset indent
+:auth=krb-or-pwd,kerberos,passwd:
+:auth-ftp=reject:
.Ed
.Pp
which would allow authentication for this class in most situations
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index e69c9afdac9..4929d98ce28 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: slattach.8,v 1.13 2003/06/02 20:06:17 millert Exp $
+.\" $OpenBSD: slattach.8,v 1.14 2007/02/06 20:07:15 jmc Exp $
.\" $NetBSD: slattach.8,v 1.12 1995/03/18 15:01:12 cgd Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
@@ -97,7 +97,7 @@ process.
is the name that is shown by
.Xr netstat 1 .
.Sh EXAMPLES
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
# ifconfig sl0 10.0.0.1 10.0.0.2 link0 link2 up
# slattach ttyh8
# ifconfig sl1 192.168.0.1 192.168.0.2 link0 up
diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5
index 22bb79bbd0f..8c80eae5a5f 100644
--- a/share/man/man5/hosts.equiv.5
+++ b/share/man/man5/hosts.equiv.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts.equiv.5,v 1.9 2005/10/09 16:07:32 jmc Exp $
+.\" $OpenBSD: hosts.equiv.5,v 1.10 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 1997 Todd Vierling
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -88,14 +88,13 @@ If a
.Ar username
is not specified, any user may log in with the same user name.
.Sh EXAMPLES
-.Li somehost
-.Bd -filled -offset indent -compact
+.Bl -ohang -compact
+.It Li somehost
A common usage; users on
.Ar somehost
may log in to the local host as the same user name.
-.Ed
-.Li somehost username
-.Bd -filled -offset indent -compact
+.Pp
+.It Li somehost username
The user
.Ar username
on
@@ -104,19 +103,15 @@ may log in to the local host.
If specified in
.Pa /etc/hosts.equiv ,
the user may log in with only the same user name.
-.Ed
-.Li +@anetgroup username
-.Bd -filled -offset indent -compact
+.Pp
+.It Li +@anetgroup username
The user
.Ar username
may log in to the local host from any machine listed in the netgroup
.Ar anetgroup .
-.Ed
-.Bd -literal -compact
-+
-+ +
-.Ed
-.Bd -filled -offset indent -compact
+.Pp
+.It +
+.It + +
Two severe security hazards.
In the first case, allows a user on any
machine to log in to the local host as the same user name.
@@ -124,7 +119,7 @@ In the second
case, allows any user on any machine to log in to the local host (as any
user, if in
.Pa /etc/hosts.equiv ) .
-.Ed
+.El
.Sh WARNINGS
The user name checks provided by this mechanism are
.Em not
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7
index 7389604890e..466bd3f2c8f 100644
--- a/share/man/man7/operator.7
+++ b/share/man/man7/operator.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: operator.7,v 1.5 2004/05/07 15:35:19 aaron Exp $
+.\" $OpenBSD: operator.7,v 1.6 2007/02/06 20:07:15 jmc Exp $
.\" $NetBSD: operator.7,v 1.3 1994/11/30 19:07:26 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -37,7 +37,7 @@
.Nm operator
.Nd C operator precedence and associativity
.Sh DESCRIPTION
-.Bd -ragged -offset indent -compact
+.Bd -ragged -offset indent
.Bl -column "= += -= *= /= %= <<= >>= &= ^= |="
.It Operator Associativity
.It -------- -------------
diff --git a/share/man/man8/man8.vax/boot_vax.8 b/share/man/man8/man8.vax/boot_vax.8
index 4c226b1bb37..84d833afca8 100644
--- a/share/man/man8/man8.vax/boot_vax.8
+++ b/share/man/man8/man8.vax/boot_vax.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot_vax.8,v 1.7 2004/12/27 16:41:16 miod Exp $
+.\" $OpenBSD: boot_vax.8,v 1.8 2007/02/06 20:07:15 jmc Exp $
.\" $NetBSD: boot_vax.8,v 1.3 1995/04/23 10:33:39 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -118,8 +118,7 @@ The encoding of this register is also defined in
.Aq Pa sys/reboot.h .
The current encoding has a historical basis, and is shown in the following
table:
-.Pp
-.Bd -unfilled -offset indent -compact
+.Bd -unfilled -offset indent
bits usage
0-7 boot device type (the device major number)
8-15 disk partition
@@ -138,8 +137,7 @@ selected by the front panel boot device switch.
In systems with RK07's, position B normally selects the RK07 for boot.
This will boot multi-user.
To boot from RK07 with boot flags you may specify
-.Pp
-.Bd -unfilled -offset indent -compact
+.Bd -unfilled -offset indent
.Li \&>>>B/ Ns Fl n No DMA0
.Ed
.Pp
@@ -243,8 +241,7 @@ Leading adaptor or controller numbers default to 0.
Normal line editing characters can be used when typing the file specification.
The following list of supported devices may vary from installation to
installation:
-.Pp
-.Bd -unfilled -offset indent -compact
+.Bd -unfilled -offset indent
hp MASSBUS disk drive
up UNIBUS storage module drive
ht TE16,TU45,TU77 on MASSBUS
diff --git a/share/man/man8/man8.vax/drtest.8 b/share/man/man8/man8.vax/drtest.8
index a9c7574cd8a..cae9cd9697b 100644
--- a/share/man/man8/man8.vax/drtest.8
+++ b/share/man/man8/man8.vax/drtest.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: drtest.8,v 1.15 2006/09/20 20:48:27 jmc Exp $
+.\" $OpenBSD: drtest.8,v 1.16 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 1983, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -70,8 +70,7 @@ will be loaded from the machine's
console storage device.
Boldface means user input.
As usual, ``#'' and ``@'' may be used to edit input.
-.Pp
-.Bd -unfilled -offset indent -compact
+.Bd -unfilled -offset indent
.Li \&>>> Ns Sy B/3
.Li \&%%
.Li \&loading hk(0,0)boot
diff --git a/share/man/man8/man8.vax/installboot.8 b/share/man/man8/man8.vax/installboot.8
index 3df01e899d5..da51d6d540c 100644
--- a/share/man/man8/man8.vax/installboot.8
+++ b/share/man/man8/man8.vax/installboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: installboot.8,v 1.11 2003/06/06 19:28:06 jmc Exp $
+.\" $OpenBSD: installboot.8,v 1.12 2007/02/06 20:07:15 jmc Exp $
.\" Copyright (c) 1986, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -57,7 +57,7 @@ boot blocks
boot programs
.El
.Sh EXAMPLES
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
cd /usr/mdec
installboot raboot bootra /dev/ra0a
.Ed
diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8
index e24ac87d418..4608b009b5e 100644
--- a/sys/arch/hppa/stand/boot/boot.8
+++ b/sys/arch/hppa/stand/boot/boot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot.8,v 1.14 2005/07/15 09:12:04 jmc Exp $
+.\" $OpenBSD: boot.8,v 1.15 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 2002 Miodrag Vallat
.\" Copyright (c) 1997-2002 Michael Shalayeff
@@ -166,15 +166,13 @@ definition string, and
will attempt to switch the console configuration to the desired device.
The console definition attempts to follow the PDC syntax,
and would have a form of:
-.Pp
-.Bd -filled -compact
+.Bd -filled
graphics
.Op _head
.Op .mode
.Ed
for graphics console, and
-.Pp
-.Bd -filled -compact
+.Bd -filled
rs232
.Op _2
.Op .speed Op .bits Op .parity
@@ -196,13 +194,11 @@ string, and
will attempt to switch the keyboard configuration to the desired port.
The keyboard definition attempts to follow the PDC syntax,
and would have a form of:
-.Pp
-.Bd -filled -compact
+.Bd -filled
hil
.Ed
for hil keyboard, and
-.Pp
-.Bd -filled -compact
+.Bd -filled
ps2
.Ed
for PS/2 keyboard.
diff --git a/sys/arch/hppa64/stand/boot/boot.8 b/sys/arch/hppa64/stand/boot/boot.8
index 9dffbe7b4ea..8fb2261cef7 100644
--- a/sys/arch/hppa64/stand/boot/boot.8
+++ b/sys/arch/hppa64/stand/boot/boot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot.8,v 1.3 2005/07/15 09:12:04 jmc Exp $
+.\" $OpenBSD: boot.8,v 1.4 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 2002 Miodrag Vallat
.\" Copyright (c) 1997-2005 Michael Shalayeff
@@ -166,15 +166,13 @@ definition string, and
will attempt to switch the console configuration to the desired device.
The console definition attempts to follow the PDC syntax,
and would have a form of:
-.Pp
-.Bd -filled -compact
+.Bd -filled
graphics
.Op _head
.Op .mode
.Ed
for graphics console, and
-.Pp
-.Bd -filled -compact
+.Bd -filled
rs232
.Op _2
.Op .speed Op .bits Op .parity
@@ -196,13 +194,11 @@ string, and
will attempt to switch the keyboard configuration to the desired port.
The keyboard definition attempts to follow the PDC syntax,
and would have a form of:
-.Pp
-.Bd -filled -compact
+.Bd -filled
hil
.Ed
for hil keyboard, and
-.Pp
-.Bd -filled -compact
+.Bd -filled
ps2
.Ed
for PS/2 keyboard.
diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1
index b666966b534..3840f9cf2c9 100644
--- a/usr.bin/checknr/checknr.1
+++ b/usr.bin/checknr/checknr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: checknr.1,v 1.12 2003/06/03 02:56:06 millert Exp $
+.\" $OpenBSD: checknr.1,v 1.13 2007/02/06 20:07:15 jmc Exp $
.\" $NetBSD: checknr.1,v 1.5 1995/03/26 04:10:14 glass Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -133,7 +133,7 @@ and
.Xr me 7
macro packages.
.Sh DIAGNOSTICS
-.Bd -ragged -compact
+.Bd -unfilled
Complaints about unmatched delimiters.
Complaints about unrecognized commands.
Various complaints about the syntax of commands.
diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1
index 434233b85a9..fb789fa25d5 100644
--- a/usr.bin/hexdump/hexdump.1
+++ b/usr.bin/hexdump/hexdump.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hexdump.1,v 1.15 2007/01/28 16:37:09 miod Exp $
+.\" $OpenBSD: hexdump.1,v 1.16 2007/02/06 20:07:15 jmc Exp $
.\" $NetBSD: hexdump.1,v 1.14 2001/12/07 14:46:24 bjh21 Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -216,18 +216,25 @@ are not supported.
.It
The single character escape sequences
described in the C standard are supported:
-.Bd -ragged -offset indent -compact
-.Bl -column <alert_character>
-.It NUL \e0
-.It <alert character> \ea
-.It <backspace> \eb
-.It <form-feed> \ef
-.It <newline> \en
-.It <carriage return> \er
-.It <tab> \et
-.It <vertical tab> \ev
+.Pp
+.Bl -tag -width "<alert character>XX" -offset indent -compact
+.It NUL
+\e0
+.It Aq alert character
+\ea
+.It Aq backspace
+\eb
+.It Aq form-feed
+\ef
+.It Aq newline
+\en
+.It Aq carriage return
+\er
+.It Aq tab
+\et
+.It Aq vertical tab
+\ev
.El
-.Ed
.El
.Pp
.Nm
diff --git a/usr.bin/oldrdist/oldrdist.1 b/usr.bin/oldrdist/oldrdist.1
index d8a4c14a009..43775564a87 100644
--- a/usr.bin/oldrdist/oldrdist.1
+++ b/usr.bin/oldrdist/oldrdist.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: oldrdist.1,v 1.14 2004/02/09 20:53:11 jmc Exp $
+.\" $OpenBSD: oldrdist.1,v 1.15 2007/02/06 20:07:15 jmc Exp $
.\"
.\" Copyright (c) 1985, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -96,9 +96,8 @@ Forces
to interpret the remaining arguments as a small
.Ar distfile .
.Pp
-The equivalent distfile is as follows.
-.Pp
-.Bd -filled -offset indent -compact
+The equivalent distfile is as follows:
+.Bd -filled -offset indent
.Pq Ar name ...
.Li ->
.Op Ar login@
@@ -196,8 +195,7 @@ contains a sequence of entries that specify the files
to be copied, the destination hosts, and what operations to perform
to do the updating.
Each entry has one of the following formats:
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
<variable name> `=' <name list>
[label:]<source list> `\->' <destination list> <command list>
[label:]<source list> `::' <time_stamp file> <command list>
diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1
index 2321cff1975..626b4005bdf 100644
--- a/usr.bin/rup/rup.1
+++ b/usr.bin/rup/rup.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rup.1,v 1.11 2004/07/27 13:33:37 jaredy Exp $
+.\" $OpenBSD: rup.1,v 1.12 2007/02/06 20:07:16 jmc Exp $
.\"
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -70,7 +70,7 @@ work.
uses an RPC protocol defined in
.Pa /usr/include/rpcsvc/rstat.x .
.Sh EXAMPLES
-.Bd -unfilled -offset indent -compact
+.Bd -literal -offset indent
$ rup otherhost
otherhost up 6 days, 16:45, load average: 0.20, 0.23, 0.18
.Ed
diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8
index 285f4f76692..1047b519ba5 100644
--- a/usr.bin/showmount/showmount.8
+++ b/usr.bin/showmount/showmount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: showmount.8,v 1.10 2003/06/03 02:56:16 millert Exp $
+.\" $OpenBSD: showmount.8,v 1.11 2007/02/06 20:07:16 jmc Exp $
.\" $NetBSD: showmount.8,v 1.5 1995/08/31 22:26:07 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -64,9 +64,7 @@ for a detailed description of the protocol.
.Bl -tag -width Ds
.It Fl a
List all mount points in the form:
-.Bd -ragged -offset indent -compact
.Ar host : Ns Ar dirpath .
-.Ed
.It Fl d
List directory paths of mount points instead of hosts.
.It Fl e
diff --git a/usr.bin/soelim/soelim.1 b/usr.bin/soelim/soelim.1
index f9fb232599e..61ced2944b3 100644
--- a/usr.bin/soelim/soelim.1
+++ b/usr.bin/soelim/soelim.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: soelim.1,v 1.7 2003/06/10 09:12:11 jmc Exp $
+.\" $OpenBSD: soelim.1,v 1.8 2007/02/06 20:07:16 jmc Exp $
.\" $NetBSD: soelim.1,v 1.3 1994/12/21 08:11:24 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -70,8 +70,7 @@ i.e.,
A sample usage of
.Nm
would be
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
soelim exum?.n \&| tbl \&| nroff \-ms \&| col \&| lpr
.Ed
.Sh SEE ALSO
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index 8c69451cbb0..6f3e9c54898 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mrouted.8,v 1.15 2004/04/03 21:53:15 jmc Exp $
+.\" $OpenBSD: mrouted.8,v 1.16 2007/02/06 20:07:16 jmc Exp $
.\" The mrouted program is covered by the license in the accompanying file
.\" named "LICENSE". Use of the mrouted program represents acceptance of
.\" the terms and conditions listed in that file.
@@ -270,7 +270,7 @@ direct tunnels (i.e., eliminate the middle man).
.Sh EXAMPLE CONFIGURATION
This is an example configuration for a mythical multicast router at a big
school.
-.Bd -unfilled -compact -offset left
+.Bd -unfilled -offset left
#
# mrouted.conf example
#
@@ -344,8 +344,7 @@ upon startup.
.El
.Sh EXAMPLES
The routing tables look like this:
-.Pp
-.Bd -unfilled -compact -offset left
+.Bd -unfilled -offset left
Virtual Interface Table
Vif Local-Address Metric Thresh Flags
0 36.2.0.8 subnet: 36.2 1 1 querier
@@ -409,8 +408,7 @@ Entries are created and deleted by
.Nm mrouted .
.Pp
The cache tables look like this:
-.Pp
-.Bd -unfilled -compact -offset left
+.Bd -unfilled -offset left
Multicast Routing Cache Table (147 entries)
Origin Mcast-group CTmr Age Ptmr IVif Forwvifs
13.2.116/22 224.2.127.255 3m 2m - 0 1
diff --git a/usr.sbin/sliplogin/sliplogin.8 b/usr.sbin/sliplogin/sliplogin.8
index aac821e8f64..9a12351ebb2 100644
--- a/usr.sbin/sliplogin/sliplogin.8
+++ b/usr.sbin/sliplogin/sliplogin.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sliplogin.8,v 1.9 2003/06/12 12:59:53 jmc Exp $
+.\" $OpenBSD: sliplogin.8,v 1.10 2007/02/06 20:07:16 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sliplogin.8 5.4 (Berkeley) 8/5/91
-.\" $Id: sliplogin.8,v 1.9 2003/06/12 12:59:53 jmc Exp $
+.\" $Id: sliplogin.8,v 1.10 2007/02/06 20:07:16 jmc Exp $
.\"
.Dd August 5, 1991
.Dt SLIPLOGIN 8
@@ -145,8 +145,7 @@ as
Then an entry is added to
.Pa slip.hosts
that looks like:
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
Sfoo `hostname` foo netmask
.Ed
.Pp
diff --git a/usr.sbin/user/usermgmt.conf.5 b/usr.sbin/user/usermgmt.conf.5
index 27fb5d60900..c31dd81462a 100644
--- a/usr.sbin/user/usermgmt.conf.5
+++ b/usr.sbin/user/usermgmt.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usermgmt.conf.5,v 1.7 2007/02/06 17:44:51 jmc Exp $
+.\" $OpenBSD: usermgmt.conf.5,v 1.8 2007/02/06 20:07:16 jmc Exp $
.\" $NetBSD: usermgmt.conf.5,v 1.3 2002/10/02 13:49:11 grant Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -109,7 +109,7 @@ specifies the UID boundaries for new users.
If unspecified, the default is
.Dq 1000..60000 .
It has the format:
-.Bd -unfilled -offset indent -compact
+.Bd -unfilled -offset indent
.Ic range Ar starting-uid Ns Li .. Ns Ar ending-uid
.Ed
.It Ic shell