From owner-freebsd-doc Sat Aug 24 7:20:12 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD75637B401 for ; Sat, 24 Aug 2002 07:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AA743E81 for ; Sat, 24 Aug 2002 07:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OEK3JU029763 for ; Sat, 24 Aug 2002 07:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OEK3wE029762; Sat, 24 Aug 2002 07:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD13437B400 for ; Sat, 24 Aug 2002 07:19:12 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC0143E42 for ; Sat, 24 Aug 2002 07:19:12 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OEJCOT032270 for ; Sat, 24 Aug 2002 07:19:12 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g7OEJCaM032269; Sat, 24 Aug 2002 07:19:12 -0700 (PDT) Message-Id: <200208241419.g7OEJCaM032269@www.freebsd.org> Date: Sat, 24 Aug 2002 07:19:12 -0700 (PDT) From: Yoshiteru Kageyama To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: docs/41972: A statement in ftpusers.5 can't be output correctly with the current groff application Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41972 >Category: docs >Synopsis: A statement in ftpusers.5 can't be output correctly with the current groff application >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 24 07:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Yoshiteru Kageyama >Release: 4-STABLE >Organization: >Environment: >Description: In a manual file ftpusers.5, there is a statement which can't be displayed properly with the groff application currently installed in FreeBSD 4-STABLE, groff 1.17.2: (In line 160-166) .Pp The syntax is similar to .Nm "" , except that the .Sy class argument is ignored. When you process these lines with the groff 1.17.2, you will find the .Nm macro line processed wrong. The output is: "The syntax is similar to , except that the class argument is ignored. " It is similar to what? >How-To-Repeat: groff -Tascii -mdoc ftpusers.5 >Fix: --- ftpusers.5 Sat Aug 24 23:14:48 2002 +++ ftpusers.5.new Sat Aug 24 23:16:00 2002 @@ -159,7 +159,7 @@ If the file does not exist, the root directory change is not performed. .Pp The syntax is similar to -.Nm "" , +.Nm , except that the .Sy class argument is ignored. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message