diff options
author | ru <ru@FreeBSD.org> | 2002-03-15 17:59:46 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-03-15 17:59:46 +0000 |
commit | f77092ba102dd9276925ff17b4a7f9ebf145a28e (patch) | |
tree | 6ffebb7caa08760a36e3c30c89d6d898838e15d6 /lib/libc | |
parent | 1522ba421d20a7df2ecf74a1f70b38331e82fd51 (diff) | |
download | FreeBSD-src-f77092ba102dd9276925ff17b4a7f9ebf145a28e.zip FreeBSD-src-f77092ba102dd9276925ff17b4a7f9ebf145a28e.tar.gz |
mdoc(7) police: Fix xref to timeradd(3).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/gettimeofday.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index 5e83c4e..32307ad 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -121,8 +121,8 @@ A user other than the super-user attempted to set the time. .Sh SEE ALSO .Xr date 1 , .Xr adjtime 2 , -.Xr timeradd 2 , .Xr ctime 3 , +.Xr timeradd 3 , .Xr clocks 7 , .Xr timed 8 .Sh HISTORY |