diff options
author | charnier <charnier@FreeBSD.org> | 2003-06-08 10:01:52 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-06-08 10:01:52 +0000 |
commit | 9f754871d1df357b51c172b0fc6c530f236fd199 (patch) | |
tree | e77bb095b2277e42f7dfff1b777e44af370de021 /lib/libc/gen/tzset.3 | |
parent | 0d5348f9eaec7c207d5ef35e652ebf4c5bd97705 (diff) | |
download | FreeBSD-src-9f754871d1df357b51c172b0fc6c530f236fd199.zip FreeBSD-src-9f754871d1df357b51c172b0fc6c530f236fd199.tar.gz |
Add or correct section number in .Xr. Use .Vt or .Fn
instead of .Xr when needed
Diffstat (limited to 'lib/libc/gen/tzset.3')
-rw-r--r-- | lib/libc/gen/tzset.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3 index fd1af45..e93fa69 100644 --- a/lib/libc/gen/tzset.3 +++ b/lib/libc/gen/tzset.3 @@ -108,7 +108,7 @@ The .Fn tzsetwall function sets things up so that -.Xr localtime +.Xr localtime 3 returns the best available approximation of local wall clock time. .Sh SPECIFICATION FORMAT When |