Module Name: src
Committed By: snj
Date: Sun Jul 26 18:50:32 UTC 2009
Modified Files:
src/lib/libc/sys [netbsd-5]: intro.2
Log Message:
Pull up following revision(s) (requested by dholland in ticket #872):
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.49.10.1 -r1.49.10.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.49.10.1 src/lib/libc/sys/intro.2:1.49.10.2
--- src/lib/libc/sys/intro.2:1.49.10.1 Sun Jul 26 18:36:43 2009
+++ src/lib/libc/sys/intro.2 Sun Jul 26 18:50:32 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.2,v 1.49.10.1 2009/07/26 18:36:43 snj Exp $
+.\" $NetBSD: intro.2,v 1.49.10.2 2009/07/26 18:50:32 snj 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