Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2001 09:11:19 -0800 (PST)
From:      danfe@inet.ssc.nsu.ru
To:        freebsd-gnats-submit@freebsd.org
Subject:   docs/24308: Typo in manpage
Message-ID:  <200101131711.f0DHBJs29070@freefall.freebsd.org>

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

>Number:         24308
>Category:       docs
>Synopsis:       Typo in manpage
>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:   Sat Jan 13 09:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        4-STABLE
>Organization:
>Environment:
FreeBSD localhost 4.2-STABLE FreeBSD 4.2-STABLE #1: Thu Dec  7 15:27:28 NOVT 2000     root@localhost:/usr/src/sys/compile/KERN  i386
>Description:
There is a typo in man hier(7) manpage.  Here is where it occurs:

        /usr/
                src/
                        contrib/        src for file from contributed
                                                    ^ 's' missing

So, IMO, it shoud be "src for files from contributed software".

>How-To-Repeat:
$ man 7 hier
/contrib

>Fix:
cd /usr/src/share/man/man7/
sed 's/src for file from contributed/src for files from contributed/' < hier.7 > hier.7.fixed ; mv -f hier.7.fixed hier.7
make all install clean


>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?200101131711.f0DHBJs29070>