NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/40116: acct(2) manpage mentions incorrect location of acct.h
>Number: 40116
>Category: misc
>Synopsis: acct(2) manpage mentions incorrect location of acct.h
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Dec 06 01:15:00 +0000 2008
>Originator: Bug Hunting
>Release: 5.99.4
>Organization:
>Environment:
>Description:
acct(2) manpage mentions incorrect location of acct.h:
``/usr/include/sys/acct.h'' should be either ``src/sys/sys/acct.h''
or ``/usr/src/sys/sys/acct.h''.
>How-To-Repeat:
"man 2 acct"; search for `acct.h'.
>Fix:
Apply the following proposed patch:
$ diff -u acct.2 acct.2.new
--- acct.2 2004-05-13 12:20:57.000000000 +0200
+++ acct.2.new 2008-12-06 02:05:35.000000000 +0100
@@ -66,7 +66,7 @@
For more information on the record structure used by
.Fn acct ,
see
-.Pa /usr/include/sys/acct.h
+.Pa src/sys/sys/acct.h
and
.Xr acct 5 .
.Pp
Home |
Main Index |
Thread Index |
Old Index