Date: Wed, 5 Sep 2001 20:22:26 +0300 (EEST) From: Giorgos Keramidas <charon@labs.gr> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/30344: missing SEE ALSO section addition to amr(4) manpage Message-ID: <200109051722.f85HMQS02209@hades.hell.gr>
next in thread | raw e-mail | index | archive | help
>Number: 30344 >Category: docs >Synopsis: missing SEE ALSO section addition to amr(4) manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 11:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Giorgos Keramidas >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4 19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386 >Description: The rest of the SCSI controller manpages have references to cd(4), da(4), sa(4) and scsi(4) in their SEE ALSO sections. Despite this, the manpage of amr(4) lacks a SEE ALSO section completely! >How-To-Repeat: Look at the manpages of aha(4), ahb(4) and ahc(4), and then at the manpage of amr(4). The three first contain a SEE ALSO section, while the last one doesn't. >Fix: Index: amr.4 =================================================================== RCS file: /home/ncvs/src/share/man/man4/amr.4,v retrieving revision 1.14 diff -u -r1.14 amr.4 --- amr.4 23 Aug 2001 21:52:38 -0000 1.14 +++ amr.4 5 Sep 2001 17:19:50 -0000 @@ -144,6 +144,11 @@ .Pp An I/O error has occurred. .El +.Sh SEE ALSO +.Xr cd 4 , +.Xr da 4 , +.Xr sa 4 , +.Xr scsi 4 .Sh AUTHORS .An -nosplit The >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109051722.f85HMQS02209>