diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-07-20 18:07:12 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-07-20 18:07:12 +0000 |
commit | e87cf6578309a2bd7ad6e007752620054d824283 (patch) | |
tree | 599befc45505bc88521cae6251484f356aba5286 /sbin | |
parent | f580b579467aac08495f1d241e4973b7629ac84b (diff) |
we don't like:
o) .Pp before/after .Sh;
o) .Pp before/after .Rs/.Re;
o) .Nm without argument in SYNOPSIS;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/atactl/atactl.8 | 5 | ||||
-rw-r--r-- | sbin/ipsecadm/ipsecadm.8 | 3 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 4 | ||||
-rw-r--r-- | sbin/lmccontrol/lmccontrol.8 | 4 | ||||
-rw-r--r-- | sbin/mount_lfs/mount_lfs.8 | 3 | ||||
-rw-r--r-- | sbin/mount_tcfs/mount_tcfs.8 | 4 | ||||
-rw-r--r-- | sbin/pfctl/pfctl.8 | 4 | ||||
-rw-r--r-- | sbin/ping6/ping6.8 | 3 | ||||
-rw-r--r-- | sbin/raidctl/raidctl.8 | 4 |
9 files changed, 13 insertions, 21 deletions
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index cc633e0de9f..e62ac901c4a 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.6 2001/04/23 15:30:26 aaron Exp $ +.\" $OpenBSD: atactl.8,v 1.7 2001/07/20 18:07:11 mpech Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ .Nm atactl .Nd a program to manipulate ATA (IDE) devices .Sh SYNOPSIS -.Nm +.Nm atactl .Ar device .Ar command .Oo @@ -298,7 +298,6 @@ to stderr and .Xr cron 8 will mail it. .Sh DIAGNOSTICS -.Pp Not all devices are created equally. Some may not support the feature sets and/or commands needed to perform the requested action, even when the .Cm identify diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8 index f2c8808be1e..65e3041009f 100644 --- a/sbin/ipsecadm/ipsecadm.8 +++ b/sbin/ipsecadm/ipsecadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.8,v 1.41 2001/07/06 06:13:16 jasoni Exp $ +.\" $OpenBSD: ipsecadm.8,v 1.42 2001/07/20 18:07:11 mpech Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -57,7 +57,6 @@ Enable the IPComp protocol .Pp To enable these operations across reboots, see .Pa /etc/sysctl.conf . -.Pp .Sh DESCRIPTION The .Nm ipsecadm diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index a66a6f6bb65..e18b40e1700 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.28 2001/06/27 03:31:42 angelos Exp $ +.\" $OpenBSD: isakmpd.8,v 1.29 2001/07/20 18:07:11 mpech Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -40,7 +40,7 @@ .Nm isakmpd .Nd ISAKMP/Oakley a.k.a. IKE key management daemon .Sh SYNOPSIS -.Nm +.Nm isakmpd .Op Fl c Ar config-file .Op Fl d .Op Fl D Ar class=level diff --git a/sbin/lmccontrol/lmccontrol.8 b/sbin/lmccontrol/lmccontrol.8 index 03f74e0d4e4..c63a0adf7c0 100644 --- a/sbin/lmccontrol/lmccontrol.8 +++ b/sbin/lmccontrol/lmccontrol.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lmccontrol.8,v 1.5 2000/11/09 17:52:57 aaron Exp $ +.\" $OpenBSD: lmccontrol.8,v 1.6 2001/07/20 18:07:11 mpech Exp $ .\" .\" Copyright (c) 1997-1999 LAN Media Corporation (LMC) .\" All rights reserved. www.lanmedia.com @@ -116,14 +116,12 @@ more than 100 feet. Program the DS3 card for cable length for over 100 feet in length (higher power). .El -.Pp .Sh EXAMPLES To set a SSI card for a speed of 2048000 bits/sec with HDLC keepalive off, one could use: .Bd -unfilled -offset indent lmccontrol lmc0 -l 2048000 -K .Ed -.Pp .Sh SEE ALSO .Xr lmc 4 , .Xr sppp 4 , diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8 index 4a9e813f8e8..4eeef924866 100644 --- a/sbin/mount_lfs/mount_lfs.8 +++ b/sbin/mount_lfs/mount_lfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_lfs.8,v 1.11 2001/06/23 14:42:14 deraadt Exp $ +.\" $OpenBSD: mount_lfs.8,v 1.12 2001/07/20 18:07:11 mpech Exp $ .\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -89,7 +89,6 @@ to read data in small chunks when cleaning the file system. .Xr fstab 5 , .Xr lfs_cleanerd 8 , .Xr mount 8 -.Pp .Rs .%A John Ousterhout .%A Fred Douglis diff --git a/sbin/mount_tcfs/mount_tcfs.8 b/sbin/mount_tcfs/mount_tcfs.8 index 24eabf876fe..c38bd95283e 100644 --- a/sbin/mount_tcfs/mount_tcfs.8 +++ b/sbin/mount_tcfs/mount_tcfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_tcfs.8,v 1.3 2001/06/08 13:46:52 aaron Exp $ +.\" $OpenBSD: mount_tcfs.8,v 1.4 2001/07/20 18:07:11 mpech Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -38,7 +38,7 @@ .Nm mount_tcfs .Nd mount a tcfs filesystem sub-tree .Sh SYNOPSIS -.Nm +.Nm mount_tcfs .Op Fl o Ar options .Ar path node .Sh DESCRIPTION diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8 index 42100f7d49e..29773069386 100644 --- a/sbin/pfctl/pfctl.8 +++ b/sbin/pfctl/pfctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfctl.8,v 1.21 2001/07/04 20:07:55 deraadt Exp $ +.\" $OpenBSD: pfctl.8,v 1.22 2001/07/20 18:07:11 mpech Exp $ .\" .\" Copyright (c) 2001 Kjell Wooding. All rights reserved. .\" @@ -31,7 +31,7 @@ .Nm pfctl .Nd control the packet filter and NAT subsystems .Sh SYNOPSIS -.Nm +.Nm pfctl .Op Fl dehnqv .Op Fl F Ar modifier .Op Fl l Ar interface diff --git a/sbin/ping6/ping6.8 b/sbin/ping6/ping6.8 index 0cf37fed751..e30aba33851 100644 --- a/sbin/ping6/ping6.8 +++ b/sbin/ping6/ping6.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping6.8,v 1.19 2001/07/05 06:37:19 itojun Exp $ +.\" $OpenBSD: ping6.8,v 1.20 2001/07/20 18:07:11 mpech Exp $ .\" $KAME: ping6.8,v 1.45 2001/07/05 06:28:04 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -414,7 +414,6 @@ The following will probe addresses assigned to the destination node, .Bd -literal -offset indent ping6 -a agl dst.foo.com .Ed -.Pp .Sh SEE ALSO .Xr netstat 1 , .Xr icmp6 4 , diff --git a/sbin/raidctl/raidctl.8 b/sbin/raidctl/raidctl.8 index 71f96128b12..761347d60f6 100644 --- a/sbin/raidctl/raidctl.8 +++ b/sbin/raidctl/raidctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: raidctl.8,v 1.16 2000/11/09 17:53:04 aaron Exp $ +.\" $OpenBSD: raidctl.8,v 1.17 2001/07/20 18:07:11 mpech Exp $ .\" $NetBSD: raidctl.8,v 1.11 2000/01/05 03:02:41 oster Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -784,14 +784,12 @@ correct will be catastrophic should a component ever fail -- it is better to use RAID 0 and get the additional space and speed, than it is to use parity, but not keep the parity correct. At least with RAID 0 there is no perception of increased data security. -.Pp .Sh FILES .Bl -tag -width /dev/XXrXraidX -compact .It Pa /dev/{,r}raid* .Cm raid device special files .El -.Pp .Sh SEE ALSO .Xr ccd 4 , .Xr raid 4 , |