diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
| commit | 0daa9e92d0cc449d25d4fd200759177024baae84 (patch) | |
| tree | ab554843b62ec3ad24acbdfbc8535e787c88d924 /man3/syslog.3 | |
| parent | c11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff) | |
| download | man-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz | |
Fix redundant formatting macros
Diffstat (limited to 'man3/syslog.3')
| -rw-r--r-- | man3/syslog.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/syslog.3 b/man3/syslog.3 index cb9a5b2d01..b0d16e4b45 100644 --- a/man3/syslog.3 +++ b/man3/syslog.3 @@ -41,7 +41,7 @@ closelog, openlog, syslog, vsyslog \- send messages to the system logger .br .BI "void syslog(int " priority ", const char *" format ", ...);" .br -.BI "void closelog(void);" +.B "void closelog(void);" .sp .B #include <stdarg.h> .sp @@ -252,11 +252,11 @@ are specified in SUSv2 and POSIX.1-2001. POSIX.1-2001 specifies only the .B LOG_USER and -.BR LOG_LOCAL* +.B LOG_LOCAL* values for .IR facility . However, with the exception of -.BR LOG_AUTHPRIV +.B LOG_AUTHPRIV and .BR LOG_FTP , the other |
