summaryrefslogtreecommitdiffstats
path: root/share/man/man7/clocks.7
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man7/clocks.7
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man7/clocks.7')
-rw-r--r--share/man/man7/clocks.714
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man7/clocks.7 b/share/man/man7/clocks.7
index ee3c087..ec208fa 100644
--- a/share/man/man7/clocks.7
+++ b/share/man/man7/clocks.7
@@ -52,11 +52,11 @@ happens to be 128. It isn't directly available to applications.
The clock reported by
.Xr clock 3 .
This is a virtual clock with a frequency that happens to be 128. Its
-actual frequency is given by the macro
-.Dv CLOCKS_PER_SEC .
+actual frequency is given by the macro
+.Dv CLOCKS_PER_SEC .
Note that
.Dv CLOCKS_PER_SEC
-may be floating point. Don't use
+may be floating point. Don't use
.Fn clock
in new programs under
.Fx .
@@ -71,22 +71,22 @@ The clock reported by
This is a virtual clock with a frequency that happens to be 128. Its
actual frequency is given by the macro
.Dv CLK_TCK
-(deprecated; don't use) and by
+(deprecated; don't use) and by
.Fn sysconf SC_CLK_TCK
and by
.Xr sysctl 3 .
Note that its frequency may be different from
.Dv CLOCKS_PER_SEC .
-Don't use
+Don't use
.Xr times 3
in new programs under
.Fx .
It is feeble compared with
.Xr gettimeofday 2
-together with
+together with
.Fn getrusage .
It is provided for POSIX
-conformance. It is implemented by calling
+conformance. It is implemented by calling
.Fn gettimeofday
and
.Fn getrusage
OpenPOWER on IntegriCloud