Module Name:    src
Committed By:   bouyer
Date:           Tue Aug 18 10:17:39 UTC 2009

Modified Files:
        src/lib/libc/sys [netbsd-4-0]: intro.2

Log Message:
Pull up following revision(s) (requested by dholland in ticket #1344):
        lib/libc/sys/intro.2: revision 1.50 via patch
PR/40060 - Bug Hunting -- grammar fix


To generate a diff of this commit:
cvs rdiff -u -r1.45.6.1 -r1.45.6.2 src/lib/libc/sys/intro.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/intro.2
diff -u src/lib/libc/sys/intro.2:1.45.6.1 src/lib/libc/sys/intro.2:1.45.6.2
--- src/lib/libc/sys/intro.2:1.45.6.1	Tue Aug 18 09:53:28 2009
+++ src/lib/libc/sys/intro.2	Tue Aug 18 10:17:39 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: intro.2,v 1.45.6.1 2009/08/18 09:53:28 bouyer Exp $
+.\"	$NetBSD: intro.2,v 1.45.6.2 2009/08/18 10:17:39 bouyer Exp $
 .\"
 .\" Copyright (c) 1980, 1983, 1986, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -586,7 +586,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

Reply via email to