Module Name: src
Committed By: sevan
Date: Mon Sep 2 00:05:38 UTC 2019
Modified Files:
src/lib/libc/sys: setuid.2
Log Message:
setuid was in v1
https://www.bell-labs.com/usr/dmr/www/man22.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/setuid.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/setuid.2
diff -u src/lib/libc/sys/setuid.2:1.22 src/lib/libc/sys/setuid.2:1.23
--- src/lib/libc/sys/setuid.2:1.22 Mon Apr 5 07:44:28 2010
+++ src/lib/libc/sys/setuid.2 Mon Sep 2 00:05:38 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: setuid.2,v 1.22 2010/04/05 07:44:28 wiz Exp $
+.\" $NetBSD: setuid.2,v 1.23 2019/09/02 00:05:38 sevan Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd April 3, 2010
+.Dd September 2, 2019
.Dt SETUID 2
.Os
.Sh NAME
@@ -129,7 +129,7 @@ The
and
.Fn setgid
functions appeared in
-.At v2
+.At v1
and
.At v4 ,
respectively.