diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 13:19:53 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 13:19:53 +0000 |
| commit | 9ef334c7cc525ff100a85beebe7d364338e3945c (patch) | |
| tree | 821a119508ecd9358979a4d971c5d7efc6b3fab6 /man3/getdate.3 | |
| parent | 27e59a1f0bd7ddcbaaa41670a5ddf4b14861c492 (diff) | |
| download | man-pages-9ef334c7cc525ff100a85beebe7d364338e3945c.tar.gz | |
remove parens from function name in .SH NAME section
Diffstat (limited to 'man3/getdate.3')
| -rw-r--r-- | man3/getdate.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getdate.3 b/man3/getdate.3 index fa087575b4..977f8f0d3a 100644 --- a/man3/getdate.3 +++ b/man3/getdate.3 @@ -23,7 +23,7 @@ .\" Modified, 2001-12-26, aeb .TH GETDATE 3 2001-12-26 "" "Linux Programmer's Manual" .SH NAME -getdate() \- convert a string to struct tm +getdate \- convert a string to struct tm .br .SH SYNOPSIS .B "#define _XOPEN_SOURCE" |
