OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / getuid.2
index bf138e3..6ca3052 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Historical remark, aeb, 2004-06-05
 .TH GETUID 2 2010-11-22 "Linux" "Linux Programmer's Manual"
@@ -42,7 +42,7 @@ returns the real user ID of the calling process.
 returns the effective user ID of the calling process.
 .SH ERRORS
 These functions are always successful.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001, 4.3BSD.
 .SH NOTES
 .SS History
@@ -54,7 +54,7 @@ UNIX V7 introduced separate calls
 .BR getuid ()
 and
 .BR geteuid ().
-.SH NOTES
+
 The original Linux
 .BR getuid ()
 and
@@ -70,7 +70,7 @@ The glibc
 and
 .BR geteuid ()
 wrapper functions transparently deal with the variations across kernel versions.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR getresuid (2),
 .BR setreuid (2),
 .BR setuid (2),