diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-04 11:39:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-04 11:39:02 +0000 |
commit | 01802a6256e447472e4e2336cd937971f9109447 (patch) | |
tree | 2b349752505314bdb7eb95f123ba8c5b4cbf0b61 | |
parent | 91ba1bd4ee38b894884314769079280f4175b6fd (diff) |
Kill a FreeBSDism leftover.
-rw-r--r-- | share/man/man4/scsi.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index bc755dfe533..53d4f329d10 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.4,v 1.18 2004/09/30 19:59:25 mickey Exp $ +.\" $OpenBSD: scsi.4,v 1.19 2005/01/04 11:39:01 miod Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -91,7 +91,7 @@ When there is a mixture of wired down and counted devices then the counting begins with the first non-wired down unit for a particular type. That is, if a disk is wired down as -.Cd "disk sd1 at scsibus?" , +.Cd "sd1 at scsibus?" , then the first non-wired disk shall come on line as .Em sd2 . .Sh IOCTLS |