diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
commit | 2cf124e6dbd711198131ac89dd8f98ef5f8deb65 (patch) | |
tree | 343fc85b04718144a27f11799b2a1d87ee255ab2 /sbin/iopctl | |
parent | 5f6a2902bcfd03976baf4360e5a1ea749a4d0700 (diff) |
- section reorder
- some mdoc fixes
Diffstat (limited to 'sbin/iopctl')
-rw-r--r-- | sbin/iopctl/iopctl.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sbin/iopctl/iopctl.8 b/sbin/iopctl/iopctl.8 index cdea835cb89..6c75e55c3c7 100644 --- a/sbin/iopctl/iopctl.8 +++ b/sbin/iopctl/iopctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iopctl.8,v 1.4 2001/12/21 11:41:50 mpech Exp $ +.\" $OpenBSD: iopctl.8,v 1.5 2003/06/03 13:16:08 jmc Exp $ .\" $NetBSD: iopctl.8,v 1.4 2001/03/20 13:07:51 ad Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -90,6 +90,14 @@ control device for IOP unit .Xr ioprbs 4 , .Xr iopsp 4 , .Xr sd 4 +.Sh HISTORY +The +.Nm +command first appeared in +.Nx 1.6 , +.Ox +support was added in +.Ox 3.0 . .Sh AUTHORS The .Nm @@ -99,11 +107,3 @@ and ported to .Ox by .An Michael Shalayeff Aq mickey@openbsd.org . -.Sh HISTORY -The -.Nm -command first appeared in -.Nx 1.6 , -.Ox -support was added in -.Ox 3.0 . |