diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
commit | 7eb9bb1f0f9b4f7d3cac79d69e90cf49e5c325ee (patch) | |
tree | bb908a1d058dc9e17cbcec6acd5ddfcd937626e2 /share/man/man4/st.4 | |
parent | 4d233b11b070cbdb6c2e2744351f77515d2b39ac (diff) |
Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...
reviewd in part by deraadt@ (until he got bored of this)
Diffstat (limited to 'share/man/man4/st.4')
-rw-r--r-- | share/man/man4/st.4 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man4/st.4 b/share/man/man4/st.4 index 7a5e0862b21..5477436ec92 100644 --- a/share/man/man4/st.4 +++ b/share/man/man4/st.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: st.4,v 1.6 2001/06/22 12:15:47 mpech Exp $ +.\" $OpenBSD: st.4,v 1.7 2002/09/26 07:55:40 miod Exp $ .\" $NetBSD: st.4,v 1.2 1996/10/20 23:15:24 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -33,8 +33,8 @@ .Nm st .Nd SCSI tape driver .Sh SYNOPSIS -.Cd st* at scsibus? target ? lun ? -.Cd st1 at scsibus0 target 4 lun 0 +.Cd "st* at scsibus? target ? lun ?" +.Cd "#st0 at scsibus0 target 4 lun 0" Pq fixed-configuration example .Sh DESCRIPTION The .Nm @@ -242,7 +242,7 @@ calls apply to tapes. Some also apply to other tapes. They are defined in the header file -.Aq Pa /sys/mtio.h . +.Fd <sys/mtio.h> . .\" .\" Almost all of this discussion belongs in a separate mt(4) .\" manual page, since it is common to all magnetic tapes. @@ -337,8 +337,10 @@ Mode 3, Eject on close (if capable) .El .Sh SEE ALSO .Xr mt 1 , +.Xr intro 4 , .Xr mtio 4 , -.Xr scsi 4 +.Xr scsi 4 , +.Xr wt 4 .Sh HISTORY This .Nm |