Minor formatting/style fixes.

Submitted by:	Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
This commit is contained in:
Mike Pritchard
1996-12-09 08:04:55 +00:00
parent 2eea2d2aba
commit 256835f230
6 changed files with 19 additions and 34 deletions
-1
View File
@@ -57,7 +57,6 @@ Christopher G. Demetriou
.Nm comcontrol .Nm comcontrol
should be named should be named
.Nm siocontrol . .Nm siocontrol .
.
.Sh HISTORY .Sh HISTORY
Originally part of cgd's com package patches, version 0.2.1, to 386BSD 0.1. 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 Once controlled bidirectional capabilities. Little is left to control now
-1
View File
@@ -57,7 +57,6 @@ Christopher G. Demetriou
.Nm comcontrol .Nm comcontrol
should be named should be named
.Nm siocontrol . .Nm siocontrol .
.
.Sh HISTORY .Sh HISTORY
Originally part of cgd's com package patches, version 0.2.1, to 386BSD 0.1. 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 Once controlled bidirectional capabilities. Little is left to control now
+3 -8
View File
@@ -1,4 +1,4 @@
.\" $Id$ .\" $Id: nextboot.8,v 1.3 1996/09/23 22:23:15 wosch Exp $
.Dd July 9, 1996 .Dd July 9, 1996
.Dt NEXTBOOT 8 .Dt NEXTBOOT 8
.\".Os BSD 4 .\".Os BSD 4
@@ -11,8 +11,7 @@
.Ar filename bootstring ... .Ar filename bootstring ...
.Pp .Pp
.Nm .Nm
.Op Fl e .Op Fl ed
.Op Fl d
.Ar filename .Ar filename
.Bl -tag -width time .Bl -tag -width time
.It Fl b .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 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 will be used for the boot rather than the next name in the nameblock. The
nameblock is only consulted ONCE per boot. nameblock is only consulted ONCE per boot.
.Sh SEE ALSO .Sh SEE ALSO
.Xr boot 8 , .Xr boot 8 ,
.Xr disklabel 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 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 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 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 .Pp
Whether to write back or not should be specified at run-time in the nameblock 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. so that the boot blocks need not be altered to get this feature.
.Pp
+9 -9
View File
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd June 7, 1993
.Dt MODUNLOAD 8 .Dt MODUNLOAD 8
@@ -33,27 +33,27 @@
.Nd unload a kernel module .Nd unload a kernel module
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm modunload .Nm modunload
.Op Fl i Ar id .Op Fl i Ar module_id
.Op Fl n Ar name .Op Fl n Ar module_name
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
utility unloads a loadable kernel module from a running system. utility unloads a loadable kernel module from a running system.
The The
.Ar id .Ar module_id
or or
.Ar name .Ar module_name
is the ID or name of the module as shown by is the ID or name of the module as shown by
.Xr modstat 8 . .Xr modstat 8 .
.Pp .Pp
One of the following options must be specified: One of the following options must be specified:
.Bl -tag -width indent .Bl -tag -width indent
.It Fl i Ar id .It Fl i Ar module_id
Unload the module with the ID Unload the module with the ID
.Ar id . .Ar module_id .
.It Fl n Ar name .It Fl n Ar module_name
Unload the module with the name Unload the module with the name
.Ar name . .Ar module_name .
.El .El
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
The The
+3 -8
View File
@@ -1,4 +1,4 @@
.\" $Id$ .\" $Id: nextboot.8,v 1.3 1996/09/23 22:23:15 wosch Exp $
.Dd July 9, 1996 .Dd July 9, 1996
.Dt NEXTBOOT 8 .Dt NEXTBOOT 8
.\".Os BSD 4 .\".Os BSD 4
@@ -11,8 +11,7 @@
.Ar filename bootstring ... .Ar filename bootstring ...
.Pp .Pp
.Nm .Nm
.Op Fl e .Op Fl ed
.Op Fl d
.Ar filename .Ar filename
.Bl -tag -width time .Bl -tag -width time
.It Fl b .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 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 will be used for the boot rather than the next name in the nameblock. The
nameblock is only consulted ONCE per boot. nameblock is only consulted ONCE per boot.
.Sh SEE ALSO .Sh SEE ALSO
.Xr boot 8 , .Xr boot 8 ,
.Xr disklabel 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 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 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 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 .Pp
Whether to write back or not should be specified at run-time in the nameblock 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. so that the boot blocks need not be altered to get this feature.
.Pp
+4 -7
View File
@@ -44,7 +44,7 @@ disk device specified by
.Ar device . .Ar device .
.Ar Device .Ar Device
should be a character device. should be a character device.
.Pp
.Nm Fdcontrol .Nm Fdcontrol
currently supports the specification of device parameters for the currently supports the specification of device parameters for the
floppy disk drive floppy disk drive
@@ -57,35 +57,32 @@ floppy driver has been compiled into the kernel with the
.Em DEBUG .Em DEBUG
option set option set
.Pq Fl d . .Pq Fl d .
.Pp
Since the implications of such actions are considered harmful, the Since the implications of such actions are considered harmful, the
underlying underlying
.Xr ioctl 2 .Xr ioctl 2
command is restricted to the super-user. command is restricted to the super-user.
.Pp
When requesting a new parameter specification, the command asks the When requesting a new parameter specification, the command asks the
user for each individual tunable parameter, defaulting to the user for each individual tunable parameter, defaulting to the
currently used value. currently used value.
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
Error codes for the underlying Error codes for the underlying
.Xr ioctl 2 .Xr ioctl 2
commands are printed by the commands are printed by the
.Xr perror 3 .Xr perror 3
facility. facility.
.Sh BUGS .Sh BUGS
The The
.Nm .Nm
command is currently under development. It's user interface is rather command is currently under development. It's user interface is rather
silly and likely to change in future, options should be provided to silly and likely to change in future, options should be provided to
allow anything being modified from the command line. allow anything being modified from the command line.
.Pp
The driver does actually support only two debug levels The driver does actually support only two debug levels
.Pq 0 and 1 , .Pq 0 and 1 ,
where debug level 1 will generate huge amounts of output. It is likely where debug level 1 will generate huge amounts of output. It is likely
to overflow the syslog if not used with extreme care. to overflow the syslog if not used with extreme care.
.Sh SEE ALSO .Sh SEE ALSO
.Xr fdc 4 , .Xr fdc 4 ,
.Xr ioctl 2 , .Xr ioctl 2 ,