diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 14:21:45 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 14:21:45 +0000 |
| commit | 93d671523ee44d76686d47b479fef092593823eb (patch) | |
| tree | 7ee665ae41595a9e4d709bf0a22410453e183f30 /man3 | |
| parent | c5a70ce5ec824c4081e04a485377d85f69ca9697 (diff) | |
| download | man-pages-93d671523ee44d76686d47b479fef092593823eb.tar.gz | |
Minor fixes
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/timeradd.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/timeradd.3 b/man3/timeradd.3 index 3ebe91e78c..00b8b9382a 100644 --- a/man3/timeradd.3 +++ b/man3/timeradd.3 @@ -21,7 +21,7 @@ .\" .TH TIMERADD 3 2007-07-31 "Linux" "Linux Programmer's Manual" .SH NAME -timeradd, timersub, timercmp, timerisclear, timerisset \- timeval operations +timeradd, timersub, timercmp, timerclear, timerisset \- timeval operations .SH SYNOPSIS .nf .B #include <sys/time.h> @@ -44,7 +44,7 @@ Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): .in .sp -All functions described on this pages require: +All functions shown above require: _BSD_SOURCE .SH DESCRIPTION The macros are provided to operate on @@ -75,9 +75,9 @@ The result is normalized such that has a value in the range 0 to 999,999. .BR timersub () -subtracts the time values in +subtracts the time value in .I b -from the value in +from the time value in .IR a , and places the result in the .I timeval |
