Module Name:    src
Committed By:   sevan
Date:           Sun Sep  1 19:46:58 UTC 2019

Modified Files:
        src/lib/libc/sys: getuid.2

Log Message:
getuid was present in v1
https://www.bell-labs.com/usr/dmr/www/man21.pdf


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/sys/getuid.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/getuid.2
diff -u src/lib/libc/sys/getuid.2:1.17 src/lib/libc/sys/getuid.2:1.18
--- src/lib/libc/sys/getuid.2:1.17	Mon Apr  5 07:44:28 2010
+++ src/lib/libc/sys/getuid.2	Sun Sep  1 19:46:58 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getuid.2,v 1.17 2010/04/05 07:44:28 wiz Exp $
+.\"	$NetBSD: getuid.2,v 1.18 2019/09/01 19:46:58 sevan Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)getuid.2	8.1 (Berkeley) 6/4/93
 .\"
-.Dd April 3, 2010
+.Dd September 1, 2019
 .Dt GETUID 2
 .Os
 .Sh NAME
@@ -82,4 +82,4 @@ functions conform to
 The
 .Fn getuid
 function appeared in
-.At v4 .
+.At v1 .

Reply via email to