diff options
author | kib <kib@FreeBSD.org> | 2008-09-30 11:25:55 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2008-09-30 11:25:55 +0000 |
commit | c725244bd26d726d10a15a7a2c8068a2bc7b1802 (patch) | |
tree | 2ee14e40d451eca121787c14c7fae8c22ef515ce /lib/libc/gen | |
parent | 65c9dc411fe01a6481680e7a7d95568064bb056f (diff) | |
download | FreeBSD-src-c725244bd26d726d10a15a7a2c8068a2bc7b1802.zip FreeBSD-src-c725244bd26d726d10a15a7a2c8068a2bc7b1802.tar.gz |
Add unistd.h to the getosreldate(3) manpage.
Update referenced example to include unistd.h per manpage.
Update example to be more style(9)-ish, silence warnings and add
FreeBSD id to the source file.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getosreldate.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/getosreldate.3 b/lib/libc/gen/getosreldate.3 index ade53b8..95f63b5 100644 --- a/lib/libc/gen/getosreldate.3 +++ b/lib/libc/gen/getosreldate.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 2, 2005 +.Dd September 30, 2008 .Dt GETOSRELDATE 3 .Os .Sh NAME @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.In unistd.h .Ft int .Fn getosreldate void .Sh DESCRIPTION |