From owner-cvs-lib Tue Mar 18 17:15:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA20483 for cvs-lib-outgoing; Tue, 18 Mar 1997 17:15:51 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA20471; Tue, 18 Mar 1997 17:15:47 -0800 (PST) Date: Tue, 18 Mar 1997 17:15:47 -0800 (PST) From: Bruce Evans Message-Id: <199703190115.RAA20471@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libscsi scsi.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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