diff options
author | brueffer <brueffer@FreeBSD.org> | 2008-02-25 13:03:18 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2008-02-25 13:03:18 +0000 |
commit | bcb6adff032f0c60cc6f679a7c23e322e4b28ef6 (patch) | |
tree | 160be07c378de332c5f3288e9e182e30d04be15c /lib/libc | |
parent | ce9e405fdbd5a1b8c6ddd721f6cd1e7f95ab9d6e (diff) | |
download | FreeBSD-src-bcb6adff032f0c60cc6f679a7c23e322e4b28ef6.zip FreeBSD-src-bcb6adff032f0c60cc6f679a7c23e322e4b28ef6.tar.gz |
Add missing words.
MFC after: 3 days
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/clock_gettime.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index 39231b6..242af1c 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -52,8 +52,8 @@ The .Fn clock_gettime and .Fn clock_settime -allow the calling process to retrieve or set the value used by a clock -which is specified by +system calls allow the calling process to retrieve or set the value +used by a clock which is specified by .Fa clock_id . .Pp The |