Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 May 2012 05:24:08 +0900 (JST)
From:      Nobuyuki Koganemaru <kogane@jp.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/167696: gnroff mandoc style, usage mistake or typos.
Message-ID:  <20120507202408.E618D33C32@kcesx31.koganemaru.co.jp>
Resent-Message-ID: <201205072140.q47LeAX5067251@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167696
>Category:       docs
>Synopsis:       gnroff mandoc style, usage mistake or typos.
>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 May 07 21:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Nobuyuki Koganemaru
>Release:        FreeBSD 10.0-CURRENT
>Organization:
KOGANEMARU Computer Engineering Service Corporation.
>Environment:
System: FreeBSD kcesx31.koganemaru.co.jp 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #0: Tue Apr 24 03:49:22 JST 2012 root@kcesx31.koganemaru.co.jp:/usr/obj/usr/src.82/sys/GENERIC i386


>Description:
	man1 
>How-To-Repeat:
	none.
>Fix:
	corrected files:
addr2line.1:
     $FreeBSD: src/gnu/usr.bin/binutils/addr2line/addr2line.1,v 1.1 2011/02/18 20:54:12 dim Exp $

calendar.1:
     $FreeBSD: src/usr.bin/calendar/calendar.1,v 1.47 2012/03/29 05:02:12 eadler Exp $

clang.1:
     $FreeBSD: src/usr.bin/clang/clang/clang.1,v 1.5 2012/04/16 21:23:25 dim Exp $

csup.1:
     $Id: cvsup.1,v 1.70 2003/03/04 18:23:46 jdp Exp $
     $FreeBSD: src/usr.bin/csup/csup.1,v 1.5 2012/03/29 05:02:12 eadler Exp $

fetch.1:
     $FreeBSD: src/usr.bin/fetch/fetch.1,v 1.73 2012/02/28 22:15:46 obrien Exp $

gdb.1:
     $FreeBSD: src/gnu/usr.bin/gdb/gdb/gdb.1,v 1.9 2005/02/15 07:13:51 marcel Exp $

gnu-ranlib.1:
     $FreeBSD: src/gnu/usr.bin/binutils/ranlib/ranlib.1,v 1.1 2011/02/18 20:54:12 dim Exp $

gprof.1:
     $FreeBSD: src/usr.bin/gprof/gprof.1,v 1.31 2010/12/11 08:32:16 joel Exp $

ipcrm.1:
     $FreeBSD: src/usr.bin/ipcrm/ipcrm.1,v 1.16 2012/03/29 05:02:12 eadler Exp $

join.1:
     $FreeBSD: src/usr.bin/join/join.1,v 1.23 2010/12/11 08:32:16 joel Exp $

limits.1:
     $FreeBSD: src/usr.bin/limits/limits.1,v 1.33 2012/01/25 20:14:41 trociny Exp $

md5.1:
     $FreeBSD: src/sbin/md5/md5.1,v 1.29 2011/11/13 17:07:43 eadler Exp $

ncplogout.1:
     $FreeBSD: src/usr.bin/ncplogin/ncplogout.1,v 1.11 2007/01/15 15:25:15 ru Exp $

pkg_updating.1:
     $FreeBSD: src/usr.sbin/pkg_install/updating/pkg_updating.1,v 1.10 2012/03/29 05:02:12 eadler Exp $

size.1:
     $FreeBSD: src/gnu/usr.bin/binutils/size/size.1,v 1.1 2011/02/18 20:54:12 dim Exp $

strip.1:
     $FreeBSD: src/gnu/usr.bin/binutils/strip/strip.1,v 1.2 2011/10/16 14:30:28 eadler Exp $

tblgen.1:
     $FreeBSD: src/usr.bin/clang/tblgen/tblgen.1,v 1.4 2012/04/16 21:23:25 dim Exp $

tftp.1:
     $FreeBSD: src/usr.bin/tftp/tftp.1,v 1.28 2012/03/29 05:02:12 eadler Exp $

who.1:
     $FreeBSD: src/usr.bin/who/who.1,v 1.21 2012/02/11 21:49:23 ed Exp $

whois.1:
     $FreeBSD: src/usr.bin/whois/whois.1,v 1.39 2010/12/11 08:32:16 joel Exp $

zstreamdump.1:
     $FreeBSD: src/cddl/contrib/opensolaris/cmd/zstreamdump/zstreamdump.1,v 1.3 2011/11/27 11:44:20 mm Exp $

	patch files:
diff -u addr2line.1.orig ./addr2line.1
--- addr2line.1.orig	2012-05-08 03:51:25.000000000 +0900
+++ ./addr2line.1	2012-05-08 05:09:13.000000000 +0900
@@ -131,7 +131,7 @@
 .if n .ad l
 .nh
 .SH "NAME"
-addr2line \- convert addresses into file names and line numbers.
+addr2line \- convert addresses into file names and line numbers
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 addr2line [\fB\-b\fR \fIbfdname\fR|\fB\-\-target=\fR\fIbfdname\fR]
diff -u calendar.1.orig ./calendar.1
--- calendar.1.orig	2012-05-08 04:01:53.000000000 +0900
+++ ./calendar.1	2012-05-08 05:09:22.000000000 +0900
@@ -218,7 +218,7 @@
 .Sh FILES
 .Bl -tag -width calendar.christian -compact
 .It Pa calendar
-file in current directory
+file in current directory.
 .It Pa ~/.calendar
 .Pa calendar
 HOME directory.
diff -u clang.1.orig ./clang.1
--- clang.1.orig	2012-05-08 04:04:15.000000000 +0900
+++ ./clang.1	2012-05-08 05:09:25.000000000 +0900
@@ -475,7 +475,7 @@
 .IX Item "CPATH"
 If this environment variable is present, it is treated as a delimited
 list of paths to be added to the default system include path list. The
-delimiter is the platform dependent delimitor, as used in the \fI\s-1PATH\s0\fR
+delimiter is the platform dependent delimiter, as used in the \fI\s-1PATH\s0\fR
 environment variable.
 .Sp
 Empty components in the environment variable are ignored.
diff -u csup.1.orig ./csup.1
--- csup.1.orig	2012-05-08 04:07:53.000000000 +0900
+++ ./csup.1	2012-05-08 05:09:28.000000000 +0900
@@ -311,7 +311,7 @@
 The default
 .Ar base
 directory is
-.Pa /usr/local/etc/csup .
+.Pa /usr/local/etc/cvsup .
 .It Cm prefix= Ns Ar prefix
 This is the directory under which updated files will be placed.
 By default, it is the same as
@@ -656,7 +656,7 @@
 .El
 .Pp
 will not work because the file on the server is called
-.Ql Makefile,v.
+.Ql Makefile,v .
 A better solution would be
 .Pp
 .Bl -item -compact -offset indent
diff -u fetch.1.orig ./fetch.1
--- fetch.1.orig	2012-05-08 04:12:45.000000000 +0900
+++ ./fetch.1	2012-05-08 05:09:30.000000000 +0900
@@ -254,7 +254,7 @@
 .Ev HTTP_REFERER ,
 .Ev HTTP_USER_AGENT ,
 .Ev NETRC ,
-.Ev NO_PROXY and
+.Ev NO_PROXY No and
 .Ev no_proxy .
 .Sh EXIT STATUS
 The
diff -u gdb.1.orig ./gdb.1
--- gdb.1.orig	2012-05-08 04:17:09.000000000 +0900
+++ ./gdb.1	2012-05-08 05:09:34.000000000 +0900
@@ -322,11 +322,11 @@
 recognizable fashion each time a stack frame is displayed (which
 includes each time the program stops).  This recognizable format looks
 like two `\|\c
-.B \032\c
+.B \e032\c
 \&\|' characters, followed by the file name, line number
 and character position separated by colons, and a newline.  The
 Emacs-to-GDB interface program uses the two `\|\c
-.B \032\c
+.B \e032\c
 \&\|' characters as
 a signal to display the source code for the frame.
 
diff -u gnu-ranlib.1.orig ./gnu-ranlib.1
--- gnu-ranlib.1.orig	2012-05-08 04:31:26.000000000 +0900
+++ ./gnu-ranlib.1	2012-05-08 05:09:36.000000000 +0900
@@ -131,7 +131,7 @@
 .if n .ad l
 .nh
 .SH "NAME"
-ranlib \- generate index to archive.
+ranlib \- generate index to archive
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 ranlib [\fB\-vV\fR] \fIarchive\fR
diff -u gprof.1.orig ./gprof.1
--- gprof.1.orig	2012-05-08 04:33:17.000000000 +0900
+++ ./gprof.1	2012-05-08 05:09:39.000000000 +0900
@@ -73,7 +73,7 @@
 instead of
 .Fl l Ns Ar c .
 Read the given object file (the default is
-.Pa a.out)
+.Pa a.out )
 and establishes the relation between its symbol table
 and the call graph profile.
 The default graph profile file name is the name
diff -u ipcrm.1.orig ./ipcrm.1
--- ipcrm.1.orig	2012-05-08 04:34:35.000000000 +0900
+++ ./ipcrm.1	2012-05-08 05:09:43.000000000 +0900
@@ -112,7 +112,7 @@
 .Xr ipcs 1
 .Sh HISTORY
 The wiping of all System V IPC objects was first implemented in
-.Fx 6.4 and 7.1.
+.Fx 6.4 No and 7.1.
 .Sh AUTHORS
 The original author was Adam Glass.
 The wiping of all System V IPC objects was thought up by Callum
diff -u join.1.orig ./join.1
--- join.1.orig	2012-05-08 04:35:44.000000000 +0900
+++ ./join.1	2012-05-08 05:09:45.000000000 +0900
@@ -107,7 +107,7 @@
 The elements of list must be either comma
 .Pq Ql \&,
 or whitespace separated.
-(The latter requires quoting to protect it from the shell, or, a simpler
+(The letter requires quoting to protect it from the shell, or, a simpler
 approach is to use multiple
 .Fl o
 options.)
diff -u limits.1.orig ./limits.1
--- limits.1.orig	2012-05-08 04:39:08.000000000 +0900
+++ ./limits.1	2012-05-08 05:09:48.000000000 +0900
@@ -19,7 +19,7 @@
 .\"
 .\" $FreeBSD: src/usr.bin/limits/limits.1,v 1.33 2012/01/25 20:14:41 trociny Exp $
 .\"
-.Dd January 23, 2011
+.Dd January 23, 2012
 .Dt LIMITS 1
 .Os
 .Sh NAME
@@ -179,7 +179,7 @@
 or
 .Fl H
 options.
-.Fl e
+.It Fl e
 Select
 .Dq "eval mode"
 formatting for output.
diff -u md5.1.orig ./md5.1
--- md5.1.orig	2012-05-08 04:44:37.000000000 +0900
+++ ./md5.1	2012-05-08 05:09:51.000000000 +0900
@@ -3,7 +3,7 @@
 .Dt MD5 1
 .Os
 .Sh NAME
-.Nm md5 , sha1 , sha256, rmd160
+.Nm md5 , sha1 , sha256 , rmd160
 .Nd calculate a message-digest fingerprint (checksum) for a file
 .Sh SYNOPSIS
 .Nm md5
diff -u ncplogout.1.orig ./ncplogout.1
--- ncplogout.1.orig	2012-05-08 04:46:13.000000000 +0900
+++ ./ncplogout.1	2012-05-08 05:09:54.000000000 +0900
@@ -30,7 +30,7 @@
 .Bl -tag -width indent
 .It Fl S Ar server
 Specify the name of the
-.Tn Netware
+.Tn NetWare
 server to which the connection should be terminated.
 Can be omitted if there is only
 one connection active.
diff -u pkg_updating.1.orig ./pkg_updating.1
--- pkg_updating.1.orig	2012-05-08 04:51:10.000000000 +0900
+++ ./pkg_updating.1	2012-05-08 05:09:57.000000000 +0900
@@ -55,7 +55,7 @@
 .It Pa /var/db/pkg
 Default location of the installed package database.
 .It Pa /usr/ports
-The default ports directory and default location of the UPDATING file
+The default ports directory and default location of the UPDATING file.
 .El
 .Sh EXAMPLES
 Shows all entries of all installed ports:
diff -u size.1.orig ./size.1
--- size.1.orig	2012-05-08 04:52:45.000000000 +0900
+++ ./size.1	2012-05-08 05:10:03.000000000 +0900
@@ -131,7 +131,7 @@
 .if n .ad l
 .nh
 .SH "NAME"
-size \- list section sizes and total size.
+size \- list section sizes and total size
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 size [\fB\-A\fR|\fB\-B\fR|\fB\-\-format=\fR\fIcompatibility\fR]
diff -u strip.1.orig ./strip.1
--- strip.1.orig	2012-05-08 04:53:40.000000000 +0900
+++ ./strip.1	2012-05-08 05:10:07.000000000 +0900
@@ -131,7 +131,7 @@
 .if n .ad l
 .nh
 .SH "NAME"
-strip \- Discard symbols from object files.
+strip \- Discard symbols from object files
 .SH "SYNOPSIS"
 .IX Header "SYNOPSIS"
 strip [\fB\-F\fR \fIbfdname\fR |\fB\-\-target=\fR\fIbfdname\fR]
diff -u tblgen.1.orig ./tblgen.1
--- tblgen.1.orig	2012-05-08 04:54:43.000000000 +0900
+++ ./tblgen.1	2012-05-08 05:10:09.000000000 +0900
@@ -175,7 +175,7 @@
 Print all records to standard output (default).
 .IP "\fB\-print\-enums\fR" 4
 .IX Item "-print-enums"
-Print enumeration values for a class
+Print enumeration values for a class.
 .IP "\fB\-print\-sets\fR" 4
 .IX Item "-print-sets"
 Print expanded sets for testing \s-1DAG\s0 exprs.
diff -u tftp.1.orig ./tftp.1
--- tftp.1.orig	2012-05-08 04:56:16.000000000 +0900
+++ ./tftp.1	2012-05-08 05:10:12.000000000 +0900
@@ -112,9 +112,9 @@
 Enable or disable debugging levels during verbose output.  The value of
 .Ar level
 can be one of
-.Cm packet, simple, options,
+.Cm packet , simple , options ,
 or
-.Cm access.
+.Cm access .
 .Pp
 .It Cm get Oo Ar host : Oc Ns Ar file Op Ar localname
 .It Cm get Xo
diff -u who.1.orig ./who.1
--- who.1.orig	2012-05-08 04:57:29.000000000 +0900
+++ ./who.1	2012-05-08 05:10:15.000000000 +0900
@@ -82,7 +82,7 @@
 Show idle time for each user in hours and minutes as
 .Ar hh Ns : Ns Ar mm ,
 .Ql \&.
-if the user has been idle less that a minute, and
+if the user has been idle less than a minute, and
 .Dq Li old
 if the user has been idle more than 24 hours.
 .It Cm am I
diff -u whois.1.orig ./whois.1
--- whois.1.orig	2012-05-08 04:58:25.000000000 +0900
+++ ./whois.1	2012-05-08 05:10:17.000000000 +0900
@@ -203,12 +203,12 @@
 option with an argument of
 .Qq Li RU
 instead.
+.El
 .Pp
 The operands specified to
 .Nm
 are treated independently and may be used
 as queries on different whois servers.
-.El
 .Sh EXIT STATUS
 .Ex -std
 .Sh EXAMPLES
diff -u zstreamdump.1.orig ./zstreamdump.1
--- zstreamdump.1.orig	2012-05-08 05:01:08.000000000 +0900
+++ ./zstreamdump.1	2012-05-08 05:10:19.000000000 +0900
@@ -25,7 +25,7 @@
 .Dt ZSTREAMDUMP 8
 .Os
 .Sh NAME
-.Nm zdb
+.Nm zstreamdump
 .Nd filter data in zfs send stream
 .Sh SYNOPSIS
 .Nm
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120507202408.E618D33C32>