diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:41:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:41:10 +0000 |
commit | 8642e3d5ff7bce9f99fd1120c5a9447cf662263d (patch) | |
tree | 25299572aa600e31bf51ca3503fd8d1f50eb09cf /debian/patches/0002-getpwent.3.patch | |
parent | Merging upstream version 6.7. (diff) | |
download | manpages-8642e3d5ff7bce9f99fd1120c5a9447cf662263d.tar.xz manpages-8642e3d5ff7bce9f99fd1120c5a9447cf662263d.zip |
Merging debian version 6.7-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0002-getpwent.3.patch')
-rw-r--r-- | debian/patches/0002-getpwent.3.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/debian/patches/0002-getpwent.3.patch b/debian/patches/0002-getpwent.3.patch index 50c3c83..17c205c 100644 --- a/debian/patches/0002-getpwent.3.patch +++ b/debian/patches/0002-getpwent.3.patch @@ -6,8 +6,6 @@ Subject: getpwent.3 man3/getpwent.3 | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) -diff --git a/man3/getpwent.3 b/man3/getpwent.3 -index c46af20..839c614 100644 --- a/man3/getpwent.3 +++ b/man3/getpwent.3 @@ -9,7 +9,8 @@ @@ -18,9 +16,9 @@ index c46af20..839c614 100644 +.\" Modified Mon May 27 21:37:47 1996 by Martin Schulze <joey@linux.de> +.\" Modified Thu Dec 13 21:10:55 2001 by Martin Schulze <joey@infodrom.org> .\" - .TH getpwent 3 2023-07-20 "Linux man-pages 6.05.01" + .TH getpwent 3 2023-10-31 "Linux man-pages 6.7" .SH NAME -@@ -79,6 +80,21 @@ struct passwd { +@@ -79,6 +80,21 @@ }; .EE .in @@ -39,10 +37,10 @@ index c46af20..839c614 100644 +may be empty, in which case the system will execute the default shell +.RB ( /bin/sh ) +for the user. - .PP + .P For more information about the fields of this structure, see .BR passwd (5). -@@ -188,4 +204,6 @@ POSIX.1-2001, SVr4, 4.3BSD. +@@ -188,4 +204,6 @@ .BR getpwnam (3), .BR getpwuid (3), .BR putpwent (3), |