Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Clarify output. From PR#14290.



details:   https://anonhg.NetBSD.org/src/rev/038351da51e2
branches:  trunk
changeset: 546592:038351da51e2
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Fri May 02 08:26:46 2003 +0000

description:
Clarify output.  From PR#14290.

diffstat:

 lib/libc/gen/syslog.3 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 920148840467 -r 038351da51e2 lib/libc/gen/syslog.3
--- a/lib/libc/gen/syslog.3     Fri May 02 08:19:43 2003 +0000
+++ b/lib/libc/gen/syslog.3     Fri May 02 08:26:46 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: syslog.3,v 1.16 2003/05/01 13:58:03 wiz Exp $
+.\"    $NetBSD: syslog.3,v 1.17 2003/05/02 08:26:46 gmcgarry Exp $
 .\"
 .\" Copyright (c) 1985, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -158,7 +158,8 @@
 Write the message to standard error output as well to the system log.
 .It Dv LOG_PID
 Log the process id with each message: useful for identifying
-instantiations of daemons.
+instantiations of daemons.  (This PID is placed within brackets
+between the ident and the message.)
 .El
 .Pp
 The



Home | Main Index | Thread Index | Old Index