diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-25 14:48:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-25 14:48:33 +0000 |
commit | 33c19090cfc4fc3301321575ef88746a0c9b132f (patch) | |
tree | fc143c16c7e323ce335bae6a8d71981682c2ab34 /lib/libc/sys/setregid.2 | |
parent | 52338ba063cac9c4392cd28af0678f377c74ba96 (diff) |
use new .St macro;
Diffstat (limited to 'lib/libc/sys/setregid.2')
-rw-r--r-- | lib/libc/sys/setregid.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/setregid.2 b/lib/libc/sys/setregid.2 index b47c7c3bab8..b13cea8ee2a 100644 --- a/lib/libc/sys/setregid.2 +++ b/lib/libc/sys/setregid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setregid.2,v 1.2 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: setregid.2,v 1.3 2004/01/25 14:48:32 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -88,13 +88,13 @@ was specified. The .Fn setregid function conforms to the -.St -p1003.1-01 +.St -p1003.1-2001 and .St -xpg4.3 . specifications. .Pp Note, however, that prior to -.St -p1003.1-01 , +.St -p1003.1-2001 , the .Fn setregid function was not a part of the |