Date: Mon, 28 Feb 2000 23:17:47 +0100 (CET) From: ue@nathan.ruhr.de To: FreeBSD-gnats-submit@freebsd.org Subject: docs/17057: Malformed .Xr lines in several manpages [PATCHES] Message-ID: <200002282217.XAA74232@nathan.ruhr.de>
next in thread | raw e-mail | index | archive | help
>Number: 17057 >Category: docs >Synopsis: Malformed .Xr lines in several manpages [PATCHES] >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: Mon Feb 28 14:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Udo Erdelhoff >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: 4.0-CURRENT as of 27-FEB-2000 >Description: Several system manpages contain bad troff/mdoc code. According to the spec, the section parameter of the .Xr macro should contain just the section number. Several manpages violate this rule. >How-To-Repeat: N/A >Fix: --- /usr/src/contrib/amd/amd.8.orig Mon Feb 28 17:57:42 2000 +++ /usr/src/contrib/amd/amd.8 Mon Feb 28 17:59:57 2000 @@ -274,7 +274,7 @@ option. .It Fl T Ar tag Specify a tag to use with -.Xr amd.conf 5. +.Xr amd.conf 5 . All Map entries tagged with tag will be processed. Map entries that are not tagged are always processed. Map entries that are tagged with a tag other than --- /usr/src/usr.bin/find/find.1.orig Mon Feb 28 18:15:26 2000 +++ /usr/src/usr.bin/find/find.1 Mon Feb 28 18:16:40 2000 @@ -63,7 +63,7 @@ The .Fl H option causes the file information and file type (see -.Xr stat 2) +.Xr stat 2 ) returned for each symbolic link specified on the command line to be those of the file referenced by the link, not the link itself. If the referenced file does not exist, the file information and type will @@ -74,7 +74,7 @@ The .Fl L option causes the file information and file type (see -.Xr stat 2) +.Xr stat 2 ) returned for each symbolic link to be those of the file referenced by the link, not the link itself. If the referenced file does not exist, the file information and type will @@ -83,7 +83,7 @@ The .Fl P option causes the file information and file type (see -.Xr stat 2) +.Xr stat 2 ) returned for each symbolic link to be those of the link itself. This is the default. .It Fl X --- /usr/src/usr.bin/make/make.1.orig Mon Feb 28 18:14:13 2000 +++ /usr/src/usr.bin/make/make.1 Mon Feb 28 18:14:25 2000 @@ -70,7 +70,7 @@ If the file .Ql Pa .depend can be found, it is also read (see -.Xr mkdep 1) . +.Xr mkdep 1 ) . .Pp This manual page is intended as a reference document only. For a more thorough introduction to --- /usr/src/lib/libc/gen/getcap.3.orig Mon Feb 28 18:06:03 2000 +++ /usr/src/lib/libc/gen/getcap.3 Mon Feb 28 18:07:00 2000 @@ -89,7 +89,7 @@ function will first look for files ending in .Nm .db (see -.Xr cap_mkdb 1) +.Xr cap_mkdb 1 ) before accessing the ASCII file. .Fa Buf must be retained through all subsequent calls to >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?200002282217.XAA74232>