summaryrefslogtreecommitdiffstats
path: root/debian/patches/0002-getpwent.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0002-getpwent.3.patch')
-rw-r--r--debian/patches/0002-getpwent.3.patch10
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),