NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
misc/40060: Manpage intro(2) misses a word in a sentence
>Number: 40060
>Category: misc
>Synopsis: Manpage intro(2) misses a word in a sentence
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Fri Nov 28 23:00:00 +0000 2008
>Originator: Bug Hunting
>Release: -CURRENT
>Organization:
>Environment:
>Description:
Manpage intro(2) misses a word in a sentence.
>How-To-Repeat:
"man 2 intro"; search for the string `ancestors'. The word `its' is
missing in that sentence.
>Fix:
Apply the following patch:
$ diff -u /usr/src/lib/libc/sys/intro.2 intro.2.new
--- /usr/src/lib/libc/sys/intro.2 2008-11-28 23:47:43.000000000 +0100
+++ intro.2.new 2008-11-28 23:48:02.000000000 +0100
@@ -575,7 +575,7 @@
The effective user ID and effective group ID are initially the
process's real user ID and real group ID respectively.
Either may be modified through execution of a set-user-ID or
-set-group-ID file (possibly by one its ancestors) (see
+set-group-ID file (possibly by one of its ancestors) (see
.Xr execve 2 ) .
By convention, the effective group ID (the first member of the group access
list) is duplicated, so that the execution of a set-group-ID program
Home |
Main Index |
Thread Index |
Old Index