diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 20:13:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-06 20:13:16 +0000 |
commit | 0487008820b42640714840ee29da16f4295968c8 (patch) | |
tree | 5830a34ee90f4c96255b20b60f35c3e68606dbdc /lib/libutil | |
parent | cc45759a360a02e8ff704945405dcd694aedc782 (diff) |
.Xr typos;
ok deraadt@
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/scsi.3 | 8 | ||||
-rw-r--r-- | lib/libutil/uucplock.3 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libutil/scsi.3 b/lib/libutil/scsi.3 index 2a71b75947c..51346d4e66c 100644 --- a/lib/libutil/scsi.3 +++ b/lib/libutil/scsi.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.3,v 1.7 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: scsi.3,v 1.8 2003/03/06 20:13:15 jmc Exp $ .\" Copyright (c) 1994 HD Associates (hd@world.std.com) .\" All rights reserved. .\" @@ -94,9 +94,9 @@ not all devices accept the SCIOCCOMAND ioctl. It is accepted by the control device for tape drives, partition D for disk drives, partition C for CD ROM drives, and any "unknown" device. -The "super scsi" -.Xr ssc 4 -device also accepts the ioctl. +.\" The "super scsi" +.\" .Xr ssc 4 +.\" device also accepts the ioctl. .Pp Most of the SCSI library functions build up and manipulate the .Ar scsireq diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index c52cb84630f..0718f43be0c 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uucplock.3,v 1.13 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: uucplock.3,v 1.14 2003/03/06 20:13:15 jmc Exp $ .\" .\" All rights reserved. .\" @@ -100,7 +100,7 @@ The lock file could not be read via .Pp .Dv UU_LOCK_CREAT_ERR : Can't create temporary lock file via -.Xr creat 2 . +.Xr creat 3 . .Pp .Dv UU_LOCK_WRITE_ERR : The current process ID could not be written to the lock file via a call to |