From nobody@FreeBSD.org  Sat Jan 13 09:11:23 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id B4C5837B401
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Jan 2001 09:11:19 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f0DHBJs29070;
	Sat, 13 Jan 2001 09:11:19 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200101131711.f0DHBJs29070@freefall.freebsd.org>
Date: Sat, 13 Jan 2001 09:11:19 -0800 (PST)
From: danfe@inet.ssc.nsu.ru
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typo in manpage
X-Send-Pr-Version: www-1.0

>Number:         24308
>Category:       docs
>Synopsis:       Typo in manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 13 09:20:00 PST 2001
>Closed-Date:    Sat Jan 13 17:54:45 GMT 2001
>Last-Modified:  Sat Jan 13 17:55:07 GMT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: ben 
State-Changed-When: Sat Jan 13 17:54:45 GMT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24308 
>Unformatted:
