Minor fixes

This commit is contained in:
Michael Kerrisk 2007-07-08 14:21:45 +00:00
parent c5a70ce5ec
commit 93d671523e
1 changed files with 4 additions and 4 deletions

View File

@ -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