diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-03-22 15:48:31 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-03-22 15:48:31 +0000 |
commit | 0b98cba95a941c46e056e39a9e36f08ac5d5ad40 (patch) | |
tree | 802d3184f2320198242b0fb0ca3f44c4451c1479 /lib | |
parent | 4dd0086a28c595a598d652156fc241df407bb38b (diff) |
add missing "of" to make this a real sentence.
ok henning mpf miod jmc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/intro.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 07bca3886f9..8f90f7478d4 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.31 2005/01/04 15:54:06 jmc Exp $ +.\" $OpenBSD: intro.2,v 1.32 2005/03/22 15:48:30 hshoexer Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -495,7 +495,7 @@ a member of the list.) 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 +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 |