diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /share/man/man9/time.9 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'share/man/man9/time.9')
-rw-r--r-- | share/man/man9/time.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index 14ab69e072a..3dd1379c40f 100644 --- a/share/man/man9/time.9 +++ b/share/man/man9/time.9 @@ -105,11 +105,11 @@ and .Va runtime may be read and written without special precautions. .Sh SEE ALSO -.Xr hz 9 , +.Xr settimeofday 2 , .Xr hardclock 9 , +.Xr hz 9 , .Xr inittodr 9 , -.Xr microtime 9 , -.Xr settimeofday 2 +.Xr microtime 9 .Sh BUGS .Va Runtime should not be updated when the system time is |