diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-01-29 16:53:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-01-29 16:53:38 +0000 |
commit | a5646539ef5b30683e2a4d2bfd94cdd46e6e4117 (patch) | |
tree | 882e8decb5a54306414852dc964306f98a4e52cb /usr.sbin | |
parent | 874fc392ee707c2600369882cacd53fbc870661b (diff) |
typos;
many tweaks by millert@ (thanks)
thanks mpech@ for help with adduser(8)
ok millert@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/adduser/adduser.8 | 6 | ||||
-rw-r--r-- | usr.sbin/afs/src/arlad/arlad.8 | 6 | ||||
-rw-r--r-- | usr.sbin/amd/amd/amd.8 | 14 | ||||
-rw-r--r-- | usr.sbin/bad144/bad144.8 | 9 | ||||
-rw-r--r-- | usr.sbin/httpd/src/support/apxs.8 | 34 |
5 files changed, 34 insertions, 35 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index db4f7449993..27f81a75b42 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adduser.8,v 1.26 2001/12/22 18:11:17 millert Exp $ +.\" $OpenBSD: adduser.8,v 1.27 2003/01/29 16:53:36 jmc Exp $ .\" .\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. .\" All rights reserved. @@ -34,6 +34,7 @@ .Nd add and delete users from the system .Sh SYNOPSIS .Nm adduser +.Bk -words .Oo Fl batch Ar username .Oo Ar group Ns Op , Ns Ar group .Ar ... @@ -59,6 +60,7 @@ .Op Fl uid_end Ar uid .Op Fl v | verbose .Op Fl unencrypted +.Ek .Pp .Nm rmuser Op Ar username .Sh DESCRIPTION @@ -176,7 +178,7 @@ Files named in the fashion of .Dq Pa dot.foo will be renamed to .Dq Pa .foo -int the new directory. +in the new directory. .It Mails the new user a welcome message at the discretion of the account creator. .El diff --git a/usr.sbin/afs/src/arlad/arlad.8 b/usr.sbin/afs/src/arlad/arlad.8 index cd962b24227..09118cfd5cc 100644 --- a/usr.sbin/afs/src/arlad/arlad.8 +++ b/usr.sbin/afs/src/arlad/arlad.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arlad.8,v 1.4 2002/06/10 20:09:46 hin Exp $ +.\" $OpenBSD: arlad.8,v 1.5 2003/01/29 16:53:36 jmc Exp $ .\" $KTH: arlad.8,v 1.7.2.2 2001/05/06 22:49:03 ahltorp Exp $ .Dd September 5, 1998 .Dt AFSD 8 @@ -7,7 +7,8 @@ .Nm afsd .Nd AFS cache manager .Sh SYNOPSIS -.Nm +.Nm afsd +.Bk -words .Op Fl t | Fl -test .Oo Fl c Ar string \*(Ba Xo .Fl -conffile= Ns Ar string Oc @@ -35,6 +36,7 @@ .Op Fl -version .Op Fl -help .Op Ar device +.Ek .Sh DESCRIPTION .Nm runs on AFS client machines. diff --git a/usr.sbin/amd/amd/amd.8 b/usr.sbin/amd/amd/amd.8 index 6d0bf5045a6..fdaf3cd94eb 100644 --- a/usr.sbin/amd/amd/amd.8 +++ b/usr.sbin/amd/amd/amd.8 @@ -36,7 +36,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)amd.8 5.10 (Berkeley) 4/19/94 -.\" $Id: amd.8,v 1.13 2002/07/20 07:21:34 pvalchev Exp $ +.\" $Id: amd.8,v 1.14 2003/01/29 16:53:36 jmc Exp $ .\" .Dd April 19, 1994 .Dt AMD 8 @@ -46,29 +46,25 @@ .Nd automatically mount file systems .Sh SYNOPSIS .Nm amd +.Bk -words .Op Fl nprv .Op Fl a Ar mount_point .Op Fl c Ar duration .Op Fl d Ar domain -.Bk -words .Op Fl k Ar kernel-arch -.Ek .Op Fl l Ar logfile .Op Fl t Ar interval.interval -.Bk -words .Op Fl w Ar interval -.Ek .Op Fl x Ar log-option .Op Fl y Ar YP-domain -.Bk -words .Op Fl C Ar cluster-name -.Ek .Op Fl D Ar option .Oo .Ar directory mapname .Op Fl map-options .Oc .Ar ... +.Ek .Sh DESCRIPTION .Nm amd is a daemon that automatically mounts filesystems @@ -146,7 +142,7 @@ in tenths of a second, between .Tn NFS/RPC/UDP retries. The default is 0.8 seconds. -The second values alters the retransmit counter. +The second value alters the retransmit counter. Useful defaults are supplied if either or both values are missing. .It Fl v @@ -184,7 +180,7 @@ The most useful option is .Pp Since .Fl D -is only used for debugging other options are not documented here: +is only used for debugging, other options are not documented here: the current supported set of options is listed by the .Fl v option diff --git a/usr.sbin/bad144/bad144.8 b/usr.sbin/bad144/bad144.8 index ab26af4750b..31f5579e72c 100644 --- a/usr.sbin/bad144/bad144.8 +++ b/usr.sbin/bad144/bad144.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)bad144.8 8.1 (Berkeley) 6/6/93 -.\" $Id: bad144.8,v 1.10 2000/11/09 17:53:11 aaron Exp $ +.\" $Id: bad144.8,v 1.11 2003/01/29 16:53:37 jmc Exp $ .\" .Dd June 6, 1993 .Dt BAD144 8 @@ -66,7 +66,7 @@ The options are as follows: The argument list consists of new bad sectors to be added to an existing list. The new sectors are sorted into the list, -which must have been in order. +which must be in order. Replacement sectors are moved to accommodate the additions; the new replacement sectors are cleared. .It Fl c @@ -114,7 +114,7 @@ The bad sectors must be listed in ascending order. The bad sector information and replacement sectors are conventionally only accessible through the .Dq c -file system partition of the disk.o +file system partition of disk.o. If that partition is used for a file system, the user is responsible for making sure that it does not overlap the bad sector information or any replacement sectors. @@ -142,8 +142,7 @@ illegal value. .Nm is invoked by giving a device name (e.g., .Dq hk0 , -.Dq hp1 , -etc.). +.Dq hp1 ) . With no optional arguments it reads the first sector of the last track of the corresponding disk and prints out the bad sector information. diff --git a/usr.sbin/httpd/src/support/apxs.8 b/usr.sbin/httpd/src/support/apxs.8 index f3f9855cd19..e26d46fd634 100644 --- a/usr.sbin/httpd/src/support/apxs.8 +++ b/usr.sbin/httpd/src/support/apxs.8 @@ -139,8 +139,8 @@ is a tool for building and installing extension modules for the Apache HyperText Transfer Protocol (HTTP) server. This is achieved by building a Dynamic Shared Object (DSO) from one or more source or object .I files -which then can be loaded into -the Apache server under runtime via the +which can then be loaded into +the Apache server at runtime via the .B LoadModule directive from .BR mod_so. @@ -166,7 +166,7 @@ The module should be part of the displayed list. If these requirements are fulfilled, you can easily extend your Apache server's functionality by installing your own -modules with the DSO mechanism by the help of this +modules with the DSO mechanism, with the help of this .B apxs tool: @@ -184,20 +184,20 @@ tool: $ _ .fi -The arguments +The argument .I files -can be any C source file (.c), a object file (.o) or +can be any C source file (.c), an object file (.o) or even a library archive (.a). The .B apxs tool automatically recognizes these extensions and automatically uses the C -source files for compilation while it just uses the object and archive files for -the linking phase. But when using such pre-compiled objects, make sure they are -compiled for Position Independend Code (PIC) to be able to use them for a -DSO. For instance with GCC you always just have to use +source files for compilation, whereas it just uses the object and archive +files for the linking phase. But when using such pre-compiled objects, +make sure they are compiled for Position Independent Code (PIC) to be able +to use them for a DSO. For instance, with GCC you just have to always use .BR -fpic . For other -C compilers please consult its manual -page or watch for the flags +C compilers, please consult their manual +pages or watch for the flags .B apxs uses to compile the object files. @@ -263,7 +263,7 @@ This generates a subdirectory .I name (see option .BR \-n ")" -and there two files: A sample module source file named +and two files: A sample module source file named .BI mod_ name.c which can be used as a template for creating your own modules or as a quick start for playing with the @@ -361,7 +361,7 @@ options similarly to the .B \-i operation to edit Apache's .B httpd.conf -configuration file without attempting to install the module. +configuration file, without attempting to install the module. .PD .SH EXAMPLES Assume you have an Apache module named mod_foo.c available which should extend @@ -400,8 +400,8 @@ This way a line named LoadModule foo_module libexec/mod_foo.so .fi -is added to the configuration file if still not present. -If you want to have this operation to be disabled, use the +is added to the configuration file, if still not present. +If you want this operation to be disabled, use the .B \-A option, i.e. @@ -448,7 +448,7 @@ You can even use .B apxs to compile complex modules outside the Apache source tree, like PHP3, because .B apxs -automatically recognized C source files and object files. +automatically recognizes C source files and object files. .nf $ cd php3 @@ -459,7 +459,7 @@ automatically recognized C source files and object files. $ _ .fi -Only C source files are compiled while remaining object files are used for the +Only C source files are compiled, while remaining object files are used for the linking phase. .PD |