Date: Wed, 06 Jan 1999 00:17:23 +0900 From: Kazuo Horikawa <k-horik@yk.rim.or.jp> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/9328: vinum.8 should not use .TS H/.TH N (vinum.8 has "N()" as header) Message-ID: <19990106001723T.k-horik@yk.rim.or.jp>
index | next in thread | raw e-mail
>Number: 9328
>Category: docs
>Synopsis: vinum.8 should not use .TS H/.TH N (vinum.8 has "N()" as header)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 5 07:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Kazuo Horikawa
>Release: FreeBSD 2.2.7-RELEASE i386
>Organization:
FreeBSD Users Group, Japan.
>Environment:
src/sbin/vinum/vinum.8 revision 1.3 (HEAD)
>Description:
Manpage src/sbin/vinum/vinum.8 uses .TS H/.TH N for multi-page
boxed table, but -mdoc (/usr/share/tmac/tmac.doc) macro does
not handle .TS H/.TH N for multi-page boxed table.
Roff macro /usr/share/tmac/tmac.an defines "TH" as follows:
.\" Load either tmac.an or tmac.doc.
[snip]
.de TH
.rm TH
.do mso tmac.groff_an
\\*(TH\\
..
and roff macro /usr/share/tmac/tmac.groff_an defiles "TH" as
follows:
.\" .TH title section extra1 extra2 extra3
.de TH
.cp 0
.de an-init \" We have to do it like this to get multiple man pages right.
.ds an-title "\\$1
.ds an-section "\\$2
.ds an-extra1 "\\$3
[snip]
In manual pages which use -man macro, "TH" macro are used
like:
.TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
So, formatting vinum.8 by
$ tbl vinum.8 | groff -man -Tascii
give us following output:
[snip]
6
N() N()
org organization Specify the organization of the plex.
[stripesize] organization can be one of concat, striped or
[snip]
>How-To-Repeat:
$ man 8 vinum
>Fix:
I think that ".TH N" should be removed from
src/sbin/vinum/vinum.8 revision 1.3 (HEAD).
--- vinum.8.orig Tue Jan 5 21:34:03 1999
+++ vinum.8 Tue Jan 5 21:34:11 1999
@@ -636,7 +636,6 @@
tab(#) ;
l lw50 .
Option#Meaning
-.TH N
T{
.Nm plex
.Ar plexname
@@ -701,7 +700,6 @@
tab(#) ;
l lw50 .
Option#Meaning
-.TH N
T{
.Nm name
.Ar plexname
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990106001723T.k-horik>
