diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-08-28 14:14:43 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-08-28 14:14:43 +0000 |
commit | 89a00bff19086cb0fe6b694dd82d485e3c732e4d (patch) | |
tree | 92a42478f401701889d5c5acf8a5f4324225f312 /libc/manual | |
parent | e7a9915190f0e2b940e4af9ad480cbe035a197d6 (diff) | |
download | eglibc2-89a00bff19086cb0fe6b694dd82d485e3c732e4d.tar.gz |
Merge changes between r20213 and r20391 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@20392 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/manual')
-rw-r--r-- | libc/manual/syslog.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/manual/syslog.texi b/libc/manual/syslog.texi index b978e557d..15f5e42bd 100644 --- a/libc/manual/syslog.texi +++ b/libc/manual/syslog.texi @@ -379,7 +379,7 @@ default default facility is @code{LOG_USER}. The default for all the connection options in @var{options} is as if those bits were off. @code{syslog} leaves the Syslog connection open. -If the @file{dev/log} socket is not open and connected, @code{syslog} +If the @file{/dev/log} socket is not open and connected, @code{syslog} opens and connects it, the same as @code{openlog} with the @code{LOG_NDELAY} option would. @@ -422,7 +422,7 @@ The symbols referred to in this section are declared in the file @deftypefun void closelog (void) @code{closelog} closes the current Syslog connection, if there is one. -This includes closing the @file{dev/log} socket, if it is open. +This includes closing the @file{/dev/log} socket, if it is open. @code{closelog} also sets the identification string for Syslog messages back to the default, if @code{openlog} was called with a non-NULL argument to @var{ident}. The default identification string is the program name |