]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/clock.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / clock.3
index 5d7af40045ab9ccf62398ba165f402db679e1ad4..7a3731ada20c11608af48dd0ae6211f19ad82555 100644 (file)
@@ -35,7 +35,7 @@ clock \- Determine processor time
 .fi
 .SH DESCRIPTION
 The
-.B clock()
+.BR clock ()
 function returns an approximation of processor time used by the program.
 .SH "RETURN VALUE"
 The value returned is the CPU time used so far as a
@@ -51,7 +51,7 @@ of the actual resolution.
 .SH NOTES
 The C standard allows for arbitrary values at the start of the program;
 subtract the value returned from a call to
-.B clock()
+.BR clock ()
 at the start of the program to get maximum portability.
 .PP
 Note that the time can wrap around.  On a 32bit system where
@@ -73,7 +73,7 @@ value returned by
 .\" POSIX 1003.1-2001 doesn't explicitly allow this, nor is there an
 .\" explicit prohibition. -- MTK
 The
-.B times()
+.BR times ()
 function, which explicitly returns (separate) information about the 
 caller and its children, may be preferable.
 .SH "SEE ALSO"