NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/47559: Unknown standard abbreviation `-p1003.1-2008' in fold(1)
>Number: 47559
>Category: misc
>Synopsis: Unknown standard abbreviation `-p1003.1-2008' in fold(1)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 12 04:25:00 +0000 2013
>Originator: Jan Schaumann
>Release: NetBSD 5.0.2
>Organization:
>Environment:
System: NetBSD panix.netmeister.org 5.0.2 NetBSD 5.0.2 (PANIX-VC) #1: Thu Jun
14 07:15:16 EDT 2012
root%juggler.panix.com@localhost:/misc/obj/misc/devel/netbsd/5.0.2/src/sys/arch/amd64/compile/PANIX-VC
amd64
Architecture: x86_64
Machine: amd64
>Description:
The manual page for fold(1) includes a reference to p1003.1-2008, but
that does not appear to be defined in groff_mandoc.
>How-To-Repeat:
man fold >/dev/null
or
http://netbsd.gw.com/cgi-bin/man-cgi?fold++NetBSD-current
>Fix:
Not sure if this needs to happen in up-stream first or if we just need to sync
from them,
but this would fix this particular error message from showing up:
Index: tmac/doc-syms
===================================================================
RCS file: /cvsroot/src/gnu/dist/groff/tmac/doc-syms,v
retrieving revision 1.11
diff -b -u -r1.11 doc-syms
--- tmac/doc-syms 9 Jun 2007 10:19:43 -0000 1.11
+++ tmac/doc-syms 12 Feb 2013 04:20:10 -0000
@@ -567,6 +567,8 @@
.as doc-str-St--p1003.1-2001 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
.ds doc-str-St--p1003.1-2004 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std
1003.1-2004
.as doc-str-St--p1003.1-2004 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
+.ds doc-str-St--p1003.1-2008 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std
1003.1-2008
+.as doc-str-St--p1003.1-2008 " (\*[Lq]\)\*[Px]\*[doc-str-St].1\*[Rq])
.
.\" POSIX Part 2: Shell and Utilities
.ds doc-str-St--p1003.2 \*[doc-Tn-font-size]\%IEEE\*[doc-str-St] Std
1003.2
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index