diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 10:50:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 10:50:17 +0000 |
commit | 0439adb45f5e0f2f2a97d32d1ac63792cba9e0e5 (patch) | |
tree | 1bdfe30bcd64627ce163463f9200fd7e9e14b844 /share/man/man4/man4.amiga/atzsc.4 | |
parent | 5ef0416431133ddf7645e5677f9773ca68c65c65 (diff) |
The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
Diffstat (limited to 'share/man/man4/man4.amiga/atzsc.4')
-rw-r--r-- | share/man/man4/man4.amiga/atzsc.4 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/man4.amiga/atzsc.4 b/share/man/man4/man4.amiga/atzsc.4 index e03a05d88a3..db49b15a8c6 100644 --- a/share/man/man4/man4.amiga/atzsc.4 +++ b/share/man/man4/man4.amiga/atzsc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atzsc.4,v 1.3 1998/09/01 16:38:21 deraadt Exp $ +.\" $OpenBSD: atzsc.4,v 1.4 1999/07/07 10:50:10 aaron Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps .\" All rights reserved. @@ -28,11 +28,11 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: atzsc.4,v 1.3 1998/09/01 16:38:21 deraadt Exp $ +.\" $Id: atzsc.4,v 1.4 1999/07/07 10:50:10 aaron Exp $ .\" .Dd August 31, 1994 -.Os .Dt ATZSC 4 amiga +.Os .Sh NAME .Nm atzsc .Nd A2091 low level SCSI interface @@ -78,7 +78,11 @@ withing the SCSI chip. .It atzsc%d: abort %s: csr = 0x%02x, asr = 0x%02x A SCSI operation %s was aborted due to an error. .It atzsc%d: csr == 0x%02i +<<<<<<< atzsc.4 +A error has occurred within the SCSI chip code. +======= An error has occurred within the SCSI chip code. +>>>>>>> 1.3 .It atzsc%d: unexpected phase %d in icmd from %d The target described by .Sq from %d |