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/bad144 | |
parent | 874fc392ee707c2600369882cacd53fbc870661b (diff) |
typos;
many tweaks by millert@ (thanks)
thanks mpech@ for help with adduser(8)
ok millert@
Diffstat (limited to 'usr.sbin/bad144')
-rw-r--r-- | usr.sbin/bad144/bad144.8 | 9 |
1 files changed, 4 insertions, 5 deletions
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. |