summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getitimer.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
committerru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
commit51fe7c1a888747c57136cc34ec54a93a0487b745 (patch)
treef0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/sys/getitimer.2
parent3424a53ebeadf7ab320c37cf93702953cee94efe (diff)
downloadFreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.zip
FreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.tar.gz
mdoc(7) police: "The .Fa argument.".
Diffstat (limited to 'lib/libc/sys/getitimer.2')
-rw-r--r--lib/libc/sys/getitimer.214
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2
index ef175d2..38e384d 100644
--- a/lib/libc/sys/getitimer.2
+++ b/lib/libc/sys/getitimer.2
@@ -140,11 +140,13 @@ is 100000000.
.Sh NOTES
Three macros for manipulating time values are defined in
.Ao Pa sys/time.h Ac .
-.Fa Timerclear
+The
+.Fn timerclear
+macro
sets a time value to zero,
-.Fa timerisset
+.Fn timerisset
tests if a time value is non-zero, and
-.Fa timercmp
+.Fn timercmp
compares two time values.
.Sh RETURN VALUES
.Rv -std
@@ -159,11 +161,11 @@ will fail if:
.It Bq Er EFAULT
The
.Fa value
-parameter specified a bad address.
+argument specified a bad address.
.It Bq Er EINVAL
-A
+The
.Fa value
-parameter specified a time that was too large
+argument specified a time that was too large
to be handled.
.El
.Sh SEE ALSO
OpenPOWER on IntegriCloud