public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] syslog: document new return values
@ 2008-02-13  0:37 Jeremy Kerr
  2008-02-14 18:54 ` Michael Kerrisk
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Kerr @ 2008-02-13  0:37 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

.. also, add entries for type==9 and type==10 to the RETURN VALUES
section.

Signed-off-by: Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>

---

 man2/syslog.2 |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Index: man-pages-2.77/man2/syslog.2
===================================================================
--- man-pages-2.77.orig/man2/syslog.2
+++ man-pages-2.77/man2/syslog.2
@@ -195,7 +195,12 @@ Otherwise,
 for \fItype\fP equal to 2, 3 or 4,
 .BR syslog ()
 returns the number
-of bytes read, and otherwise 0.
+of bytes read,
+for \fItype\fP equal to 9,
+the number of number of unread characters in the log buffer,
+for \fItype\fP equal to 10,
+the total size of the log buffer,
+and otherwise 0.
 .SH ERRORS
 .TP
 .B EINVAL

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-14 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13  0:37 [PATCH] syslog: document new return values Jeremy Kerr
2008-02-14 18:54 ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox