Date: Tue, 18 Mar 1997 17:15:47 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libscsi scsi.3 Message-ID: <199703190115.RAA20471@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/03/18 17:15:46 Modified: lib/libscsi scsi.3 Log: Fixed quoting in .Fn macro invocations in synopsis. The args must be quoted individually. Quoting them all together sort of worked, except for scsreq_build(), the long arg list was chopped near column 80, to no avail since the closing parentheses was put on new line by itself. Revision Changes Path 1.7 +8 -8 src/lib/libscsi/scsi.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703190115.RAA20471>