OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / setlogmask.3
index 88ea56e..fe708f4 100644 (file)
@@ -57,9 +57,15 @@ The eight priorities are
 .BR LOG_INFO ,
 and
 .BR LOG_DEBUG .
-The bit corresponding to a priority \fIp\fP is \fBLOG_MASK\fP(\fIp\fP).
-Some systems also provide a macro \fBLOG_UPTO\fP(\fIp\fP) for the mask
-of all priorities in the above list up to and including \fIp\fP.
+The bit corresponding to a priority
+.I p
+is
+.IR LOG_MASK(p) .
+Some systems also provide a macro
+.IR LOG_UPTO(p)
+for the mask
+of all priorities in the above list up to and including
+.IR p .
 .SH RETURN VALUE
 This function returns the previous log priority mask.
 .SH ERRORS