diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:07:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 20:07:17 +0000 |
commit | 4c7864a3ea23ac1684d142bb51670fdc27abe8cc (patch) | |
tree | ec4c75ae39fa359764a98e419ac5587d32f69c4f /usr.sbin | |
parent | 0044c236c2a42c54691edb8497bce0fa8ce0a49e (diff) |
fix some dodgy displays;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mrouted/mrouted.8 | 10 | ||||
-rw-r--r-- | usr.sbin/sliplogin/sliplogin.8 | 7 | ||||
-rw-r--r-- | usr.sbin/user/usermgmt.conf.5 | 4 |
3 files changed, 9 insertions, 12 deletions
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 |