From fn@big-brother.csrv.uidaho.edu  Sat Jul 15 02:44:58 1995
Received: from big-brother.csrv.uidaho.edu (root@big-brother.csrv.uidaho.edu [129.101.114.110])
          by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA07367
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Jul 1995 02:44:57 -0700
Received: (from fn@localhost) by big-brother.csrv.uidaho.edu (8.6.11/8.6.9) id CAA00947; Sat, 15 Jul 1995 02:44:55 -0700
Message-Id: <199507150944.CAA00947@big-brother.csrv.uidaho.edu>
Date: Sat, 15 Jul 1995 02:44:55 -0700
From: faried nawaz <fn@big-brother.csrv.uidaho.edu>
Reply-To: fn@big-brother.csrv.uidaho.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: man page mentions `/etc/dump' when it should be `/sbin/dump'
X-Send-Pr-Version: 3.2

>Number:         622
>Category:       docs
>Synopsis:       man page mentions `/etc/dump' when it should be `/sbin/dump'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 15 02:50:01 1995
>Closed-Date:    Sat Jul 15 03:44:35 PDT 1995
>Last-Modified:
>Originator:     faried nawaz
>Release:        FreeBSD 2.0-BUILT-19950707 i386
>Organization:
posix power
>Environment:



>Description:

either an symlink /etc/dump -> /sbin/dump is missing or the man page
incorrectly points to dump being in /etc in an example.

>How-To-Repeat:

`man dump'

>Fix:

umask 022
mv /usr/src/sbin/dump/dump.8 /tmp
cat /tmp/dump.8 | sed -e 's/\/etc\/dump\ /\/sbin\/dump\ /' > \
	/usr/src/sbin/dump/dump.8


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rgrimes 
State-Changed-When: Sat Jul 15 03:44:35 PDT 1995 
State-Changed-Why:  

Man page was in error, corrected: 

Checking in dump.8; 
/home/ncvs/src/sbin/dump/dump.8,v  <--  dump.8 
new revision: 1.3; previous revision: 1.2 
done 

>Unformatted:



