summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-09-30 11:25:55 +0000
committerkib <kib@FreeBSD.org>2008-09-30 11:25:55 +0000
commitc725244bd26d726d10a15a7a2c8068a2bc7b1802 (patch)
tree2ee14e40d451eca121787c14c7fae8c22ef515ce /lib
parent65c9dc411fe01a6481680e7a7d95568064bb056f (diff)
downloadFreeBSD-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')
-rw-r--r--lib/libc/gen/getosreldate.33
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
OpenPOWER on IntegriCloud