diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-26 13:52:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-26 13:52:07 +0000 |
commit | e633e0ff3bd724da4d1253c016ac21e1c0122a18 (patch) | |
tree | 25a3f87a6632add6c685eba1728901bb07ddd9e6 | |
parent | 7e97562c470f2c4baa8be83a752b03b57c39cef6 (diff) |
various fixes from wiz@netbsd
-rw-r--r-- | lib/libc/gen/syslog.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/gen/syslog.3 b/lib/libc/gen/syslog.3 index b446dafaf60..42174805f7a 100644 --- a/lib/libc/gen/syslog.3 +++ b/lib/libc/gen/syslog.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslog.3,v 1.25 2005/07/22 03:16:58 jaredy Exp $ +.\" $OpenBSD: syslog.3,v 1.26 2006/10/26 13:52:06 jmc Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -125,11 +125,11 @@ contains the file descriptor of the file where the message is logged indicates if connect has been done .It Dv opened indicates if -.Xr openlog_r 3 +.Fn openlog_r has been called .It Dv log_stat status bits, set by -.Xr openlog_r 3 +.Fn openlog_r .It Dv log_tag string to tag the entry with .It Dv log_fac @@ -182,7 +182,7 @@ The .Fn vsyslog_r is used the same way as .Fn vsyslog -except that it takes an additional pointer on a +except that it takes an additional pointer to a .Fa syslog_data structure. It is a reentrant version of the @@ -291,7 +291,7 @@ The function is the reentrant version of the .Fn openlog function. -It takes an additional pointer on a +It takes an additional pointer to a .Fa syslog_data structure. This function must be used in conjunction with the other @@ -302,7 +302,7 @@ The function can be used to close the log file. .Fn closelog_r does the same thing but in a reentrant way and takes an additional -pointer on a +pointer to a .Fa syslog_data structure. .Pp @@ -330,7 +330,7 @@ The .Fn setlogmask_r function is the reentrant version of .Fn setlogmask . -It takes an additional pointer on a +It takes an additional pointer to a .Fa syslog_data structure. .Sh RETURN VALUES |