diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-20 12:44:59 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-20 12:44:59 -0700 |
commit | 696da85994af013ae1e3e8ad3bb016793f9b2c5d (patch) | |
tree | 7692e2cd4913aa65b687bb29aa77f3be3ac227cb /manual/syslog.texi | |
parent | c0f4faf046c6bab77200a6e78f35980887ceb445 (diff) | |
download | glibc-696da85994af013ae1e3e8ad3bb016793f9b2c5d.tar.gz glibc-696da85994af013ae1e3e8ad3bb016793f9b2c5d.tar.xz glibc-696da85994af013ae1e3e8ad3bb016793f9b2c5d.zip |
Fix typos in manual wrt syslog.
Diffstat (limited to 'manual/syslog.texi')
-rw-r--r-- | manual/syslog.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/syslog.texi b/manual/syslog.texi index b978e557dd..15f5e42bdc 100644 --- a/manual/syslog.texi +++ b/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 |