diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-07-17 22:43:18 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-03-30 12:31:37 +0200 |
| commit | a82917ada0509758ac6d717402858536af3a032d (patch) | |
| tree | ce8bc810a6c9f2f0ef5c7641392613d6b8a2ed0e /man/man3/getpw.3 | |
| parent | c47826785d91e9cd8c2957d789e50a50e36833e0 (diff) | |
| download | man-pages-a82917ada0509758ac6d717402858536af3a032d.tar.gz | |
man/: srcfix (\fX => \f[X])
While doing this global change, fix other minor issues found nearby.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/getpw.3')
| -rw-r--r-- | man/man3/getpw.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/man3/getpw.3 b/man/man3/getpw.3 index eb99e590ef..44868a3c50 100644 --- a/man/man3/getpw.3 +++ b/man/man3/getpw.3 @@ -28,7 +28,10 @@ Standard C library The .BR getpw () function reconstructs the password line entry for -the given user ID \fIuid\fP in the buffer \fIbuf\fP. +the given user ID +.I uid +in the buffer +.IR buf . The returned buffer contains a line of format .P .in +4n @@ -37,7 +40,11 @@ The returned buffer contains a line of format .EE .in .P -The \fIpasswd\fP structure is defined in \fI<pwd.h>\fP as follows: +The +.I passwd +structure is defined in +.I <pwd.h> +as follows: .P .in +4n .EX |
