diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-10 00:06:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-10 00:06:28 +0000 |
commit | 068e565ef87e2cc4d6764767f6f2246237a472f2 (patch) | |
tree | 2a6fe520fcb01b4b48ad76c5cc808a049b852389 /lib | |
parent | 93aaf656011706fc7eea194f2982492d1351b76f (diff) |
shorten, now it fits in -Tps
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/scsi.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/scsi.3 b/lib/libutil/scsi.3 index 01707ca9cf8..28d372a11f4 100644 --- a/lib/libutil/scsi.3 +++ b/lib/libutil/scsi.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.3,v 1.5 2000/04/15 02:15:28 aaron Exp $ +.\" $OpenBSD: scsi.3,v 1.6 2000/11/10 00:06:27 deraadt Exp $ .\" Copyright (c) 1994 HD Associates (hd@world.std.com) .\" All rights reserved. .\" @@ -53,7 +53,7 @@ .Ft int .Fn scsireq_buff_decode "u_char *ptr, size_t len, char *fmt, ..." .Ft struct scsireq * -.Fn scsireq_build "struct scsireq *s, u_long len, caddr_t buf, u_long flags, char *fmt, ..." +.Fn scsireq_build "struct scsireq *, u_long len, caddr_t buf, u_long flags, char *fmt, ..." .Ft int .Fn scsireq_decode "struct scsireq *, char *fmt, ..." .Ft int |