diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-10 01:13:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-10 01:13:28 +0000 |
commit | 404b45fa34fe873375a6588a4bbdd73cfbe761c7 (patch) | |
tree | ff453da4ee3494876b38cc735c8933db2766ecc4 | |
parent | 67aef1e57f45d508de02b8bb60ff8e5dafbb9b87 (diff) |
Fix typos.
-rw-r--r-- | lib/libc/sys/issetugid.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2 index aca73d10e16..5d15f4e2035 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: issetugid.2,v 1.7 1997/02/18 00:16:09 deraadt Exp $ +.\" $OpenBSD: issetugid.2,v 1.8 1997/04/10 01:13:27 millert Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -77,11 +77,11 @@ indicate an error. .Sh SEE ALSO .Xr execve 2 , .Xr setuid 2 , -.Xr seteuid 2, +.Xr seteuid 2 , .Xr setgid 2 , .Xr setegid 2 .Sh HISTORY -A -.Fn lstat -function call appeared in +The +.Fn issetugid +function call first appeared in OpenBSD 2.0 |