diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 00:30:29 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-12 00:30:29 +0000 |
commit | fb186734289145885761fc285a1f97e5b294609f (patch) | |
tree | 3905a02a55673ae48bc8dc7f8cec551fe26fd667 /man3/adjtime.3 | |
parent | 63f6a20a1acb380057d1940f286bde6d6758e51d (diff) |
Adding section numbers to xrefs toother pages
Diffstat (limited to 'man3/adjtime.3')
-rw-r--r-- | man3/adjtime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/adjtime.3 b/man3/adjtime.3 index debe728e..82d9ad5a 100644 --- a/man3/adjtime.3 +++ b/man3/adjtime.3 @@ -30,7 +30,7 @@ adjtime \- correct the time to synchronise the system clock The .BR adjtime () function gradually adjusts the system clock (as returned by -.BR gettimeofday ()). +.BR gettimeofday (2)). The amount of time by which the clock is to be adjusted is specified in the structure pointed to by .IR delta . |