Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/d9a013d02fbc
branches:  trunk
changeset: 479939:d9a013d02fbc
user:      mjl <mjl%NetBSD.org@localhost>
date:      Tue Dec 28 02:51:17 1999 +0000

description:
Fix typo.

diffstat:

 lib/libc/sys/setuid.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8a1775c74567 -r d9a013d02fbc lib/libc/sys/setuid.2
--- a/lib/libc/sys/setuid.2     Tue Dec 28 02:39:14 1999 +0000
+++ b/lib/libc/sys/setuid.2     Tue Dec 28 02:51:17 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: setuid.2,v 1.7 1999/12/02 21:42:39 kleink Exp $
+.\"    $NetBSD: setuid.2,v 1.8 1999/12/28 02:51:17 mjl Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -93,7 +93,7 @@
 may be toggled by switching to the real user ID, then re-enabled
 by reverting to the set-user-ID value.
 Similarly, the effective group ID may be set to the value
-of the real group ID or the saved set-user-ID.
+of the real group ID or the saved set-group-ID.
 .Pp
 .Sh RETURN VALUES
 Upon success, these functions return 0;



Home | Main Index | Thread Index | Old Index