summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man2/getuid.2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/opensuse-tumbleweed/man2/getuid.2
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man2/getuid.2')
-rw-r--r--upstream/opensuse-tumbleweed/man2/getuid.212
1 files changed, 6 insertions, 6 deletions
diff --git a/upstream/opensuse-tumbleweed/man2/getuid.2 b/upstream/opensuse-tumbleweed/man2/getuid.2
index 1b94158a..0660a284 100644
--- a/upstream/opensuse-tumbleweed/man2/getuid.2
+++ b/upstream/opensuse-tumbleweed/man2/getuid.2
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\" Historical remark, aeb, 2004-06-05
-.TH getuid 2 2023-03-30 "Linux man-pages 6.05.01"
+.TH getuid 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
getuid, geteuid \- get user identity
.SH LIBRARY
@@ -12,14 +12,14 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <unistd.h>
-.PP
+.P
.B uid_t getuid(void);
.B uid_t geteuid(void);
.fi
.SH DESCRIPTION
.BR getuid ()
returns the real user ID of the calling process.
-.PP
+.P
.BR geteuid ()
returns the effective user ID of the calling process.
.SH ERRORS
@@ -32,7 +32,7 @@ and never modify
POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, 4.3BSD.
-.PP
+.P
In UNIX\ V6 the
.BR getuid ()
call returned
@@ -41,7 +41,7 @@ UNIX\ V7 introduced separate calls
.BR getuid ()
and
.BR geteuid ().
-.PP
+.P
The original Linux
.BR getuid ()
and
@@ -57,7 +57,7 @@ The glibc
and
.BR geteuid ()
wrapper functions transparently deal with the variations across kernel versions.
-.PP
+.P
On Alpha, instead of a pair of
.BR getuid ()
and