diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-09 08:04:55 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-09 08:04:55 +0000 |
commit | 256835f230ebd45776681959bf4c69e27ded5245 (patch) | |
tree | e1b7b6a3f6cb81cbdec0dc2126499a0ba31888c7 /sbin | |
parent | 2eea2d2aba08b880249b724dba5a448d2f088df9 (diff) | |
download | src-256835f230ebd45776681959bf4c69e27ded5245.tar.gz src-256835f230ebd45776681959bf4c69e27ded5245.zip |
Minor formatting/style fixes.
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
Notes
Notes:
svn path=/head/; revision=20245
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/comcontrol/comcontrol.8 | 1 | ||||
-rw-r--r-- | sbin/i386/comcontrol/comcontrol.8 | 1 | ||||
-rw-r--r-- | sbin/i386/nextboot/nextboot.8 | 11 | ||||
-rw-r--r-- | sbin/modunload/modunload.8 | 18 | ||||
-rw-r--r-- | sbin/nextboot/nextboot.8 | 11 |
5 files changed, 15 insertions, 27 deletions
diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index 7f3103476dbf..574386b201bd 100644 --- a/sbin/comcontrol/comcontrol.8 +++ b/sbin/comcontrol/comcontrol.8 @@ -57,7 +57,6 @@ Christopher G. Demetriou .Nm comcontrol should be named .Nm siocontrol . -. .Sh HISTORY Originally part of cgd's com package patches, version 0.2.1, to 386BSD 0.1. Once controlled bidirectional capabilities. Little is left to control now diff --git a/sbin/i386/comcontrol/comcontrol.8 b/sbin/i386/comcontrol/comcontrol.8 index 7f3103476dbf..574386b201bd 100644 --- a/sbin/i386/comcontrol/comcontrol.8 +++ b/sbin/i386/comcontrol/comcontrol.8 @@ -57,7 +57,6 @@ Christopher G. Demetriou .Nm comcontrol should be named .Nm siocontrol . -. .Sh HISTORY Originally part of cgd's com package patches, version 0.2.1, to 386BSD 0.1. Once controlled bidirectional capabilities. Little is left to control now diff --git a/sbin/i386/nextboot/nextboot.8 b/sbin/i386/nextboot/nextboot.8 index e57390717b49..089debd20412 100644 --- a/sbin/i386/nextboot/nextboot.8 +++ b/sbin/i386/nextboot/nextboot.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: nextboot.8,v 1.3 1996/09/23 22:23:15 wosch Exp $ .Dd July 9, 1996 .Dt NEXTBOOT 8 .\".Os BSD 4 @@ -11,8 +11,7 @@ .Ar filename bootstring ... .Pp .Nm -.Op Fl e -.Op Fl d +.Op Fl ed .Ar filename .Bl -tag -width time .It Fl b @@ -74,8 +73,6 @@ to change the default boot string. Note, that should the file specified in the nameblock be non-existant, then the name compiled into the boot blocks will be used for the boot rather than the next name in the nameblock. The nameblock is only consulted ONCE per boot. - - .Sh SEE ALSO .Xr boot 8 , .Xr disklabel 8 , @@ -85,9 +82,7 @@ The entire program should be made more user-friendly. The option of whether to write back or not should be stored on the disk and not a compile time option. I want to rethink this at some later stage to make it co-exist with disks that do not have -a fdisk partitioning table (i.e. purely disklabel'd systems) - +a fdisk partitioning table (i.e. purely disklabel'd systems). .Pp Whether to write back or not should be specified at run-time in the nameblock so that the boot blocks need not be altered to get this feature. -.Pp diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index 3398837784c9..cfeac8ebae36 100644 --- a/sbin/modunload/modunload.8 +++ b/sbin/modunload/modunload.8 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: modunload.8,v 1.3 1994/08/19 13:40:41 davidg Exp $ +.\" $Id: modunload.8,v 1.4 1995/10/26 21:44:11 torstenb Exp $ .\" .Dd June 7, 1993 .Dt MODUNLOAD 8 @@ -33,27 +33,27 @@ .Nd unload a kernel module .Sh SYNOPSIS .Nm modunload -.Op Fl i Ar id -.Op Fl n Ar name +.Op Fl i Ar module_id +.Op Fl n Ar module_name .Sh DESCRIPTION The .Nm utility unloads a loadable kernel module from a running system. The -.Ar id +.Ar module_id or -.Ar name +.Ar module_name is the ID or name of the module as shown by .Xr modstat 8 . .Pp One of the following options must be specified: .Bl -tag -width indent -.It Fl i Ar id +.It Fl i Ar module_id Unload the module with the ID -.Ar id . -.It Fl n Ar name +.Ar module_id . +.It Fl n Ar module_name Unload the module with the name -.Ar name . +.Ar module_name . .El .Sh DIAGNOSTICS The diff --git a/sbin/nextboot/nextboot.8 b/sbin/nextboot/nextboot.8 index e57390717b49..089debd20412 100644 --- a/sbin/nextboot/nextboot.8 +++ b/sbin/nextboot/nextboot.8 @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: nextboot.8,v 1.3 1996/09/23 22:23:15 wosch Exp $ .Dd July 9, 1996 .Dt NEXTBOOT 8 .\".Os BSD 4 @@ -11,8 +11,7 @@ .Ar filename bootstring ... .Pp .Nm -.Op Fl e -.Op Fl d +.Op Fl ed .Ar filename .Bl -tag -width time .It Fl b @@ -74,8 +73,6 @@ to change the default boot string. Note, that should the file specified in the nameblock be non-existant, then the name compiled into the boot blocks will be used for the boot rather than the next name in the nameblock. The nameblock is only consulted ONCE per boot. - - .Sh SEE ALSO .Xr boot 8 , .Xr disklabel 8 , @@ -85,9 +82,7 @@ The entire program should be made more user-friendly. The option of whether to write back or not should be stored on the disk and not a compile time option. I want to rethink this at some later stage to make it co-exist with disks that do not have -a fdisk partitioning table (i.e. purely disklabel'd systems) - +a fdisk partitioning table (i.e. purely disklabel'd systems). .Pp Whether to write back or not should be specified at run-time in the nameblock so that the boot blocks need not be altered to get this feature. -.Pp |