summaryrefslogtreecommitdiff
path: root/man3/getdate.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getdate.3')
-rw-r--r--man3/getdate.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getdate.3 b/man3/getdate.3
index 7f30f9c5..e57ea2f5 100644
--- a/man3/getdate.3
+++ b/man3/getdate.3
@@ -129,7 +129,7 @@ it returns errors via the function result value,
and returns the resulting broken-down time in the
caller-allocated buffer pointed to by the argument
.IR res .
-.SH "RETURN VALUE"
+.SH RETURN VALUE
When successful,
.BR getdate ()
returns a pointer to a
@@ -190,7 +190,7 @@ File containing format patterns.
.BR TZ ", " LC_TIME
Variables used by
.BR strptime (3).
-.SH "CONFORMING TO"
+.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES
The POSIX.1-2001 specification for
@@ -295,7 +295,7 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR time (2),
.BR localtime (3),
.BR setlocale (3),