[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2685 - in glibc-package/branches/glibc-2.7/debian: . local/manpages



Author: aurel32
Date: 2007-11-18 19:09:27 +0000 (Sun, 18 Nov 2007)
New Revision: 2685

Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/local/manpages/getent.1
   glibc-package/branches/glibc-2.7/debian/local/manpages/iconv.1
Log:
  * debian/local/manpages/getent.1: documents exit codes.  Closes: 
    #445631.



Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-11-18 19:03:14 UTC (rev 2684)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-11-18 19:09:27 UTC (rev 2685)
@@ -120,8 +120,10 @@
   * Add an ev67 flavour on alpha:  Closes: #229251
     - control.in/opt: add libc6-alphaev67 packages.
     - sysdeps/alpha.mk: add a new pass for ev67 flavour.
-  * debian/local/manpages/iconv.1: document //translit and //ignore 
+  * debian/local/manpages/iconv.1: document //translit and //ignore
     options.  Closes: #451304.
+  * debian/local/manpages/getent.1: documents exit codes.  Closes: 
+    #445631.
 
   [ Petr Salinger]
   * any/local-linuxthreads-unwind.diff: provide unwind-resume routine for
@@ -145,7 +147,7 @@
   [ Samuel Thibault ]
   * hurd-i386/submitted-ptr-mangle.diff: Define PTR_MANGLE for assembly.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 18 Nov 2007 19:43:54 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 18 Nov 2007 20:08:27 +0100
 
 glibc (2.6.1-6) unstable; urgency=low
 

Modified: glibc-package/branches/glibc-2.7/debian/local/manpages/getent.1
===================================================================
--- glibc-package/branches/glibc-2.7/debian/local/manpages/getent.1	2007-11-18 19:03:14 UTC (rev 2684)
+++ glibc-package/branches/glibc-2.7/debian/local/manpages/getent.1	2007-11-18 19:09:27 UTC (rev 2685)
@@ -96,7 +96,7 @@
 .nr % 0
 .rr F
 .\}
-.TH GETENT 1 "etch" "7/Jan/2001" "Debian GNU/Linux"
+.TH GETENT 1 "lenny" "18/Nov/2007" "Debian GNU/Linux"
 .UC
 .if n .hy 0
 .if n .na
@@ -199,6 +199,20 @@
 administrative database using the specified search keys.
 Where \fIdatabase\fR is one of passwd, group, hosts, services, protocols,
 or networks.
+.SH "EXIT VALUES"
+The \fIgetent\fR command exits with the following values:
+.TP
+.B 0
+Success
+.TP
+.B 1
+Unknown database
+.TP
+.B 2
+Key not found in database
+.TP
+.B 3
+Database does not support enumeration
 .SH "AUTHOR"
 \fIgetent\fR was written by Thorsten Kukuk for the GNU C Library.
 .PP
@@ -215,5 +229,7 @@
 
 .IX Header "DESCRIPTION"
 
+.IX Header "EXIT VALUES"
+
 .IX Header "AUTHOR"
 

Modified: glibc-package/branches/glibc-2.7/debian/local/manpages/iconv.1
===================================================================
--- glibc-package/branches/glibc-2.7/debian/local/manpages/iconv.1	2007-11-18 19:03:14 UTC (rev 2684)
+++ glibc-package/branches/glibc-2.7/debian/local/manpages/iconv.1	2007-11-18 19:09:27 UTC (rev 2685)
@@ -101,7 +101,7 @@
 .nr % 0
 .rr F
 .\}
-.TH ICONV 1 "etch" "20/Jun/2004" "Debian GNU/Linux"
+.TH ICONV 1 "lenny" "18/Nov/2007" "Debian GNU/Linux"
 .UC
 .if n .hy 0
 .if n .na
@@ -268,5 +268,7 @@
 
 .IX Header "DESCRIPTION"
 
+.IX Header "ENCODINGS"
+
 .IX Header "AUTHOR"
 



Reply to: