diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-11 13:43:34 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-11 13:43:34 +0000 |
| commit | c343e74cfd7827f23cb87823ea534874255cece9 (patch) | |
| tree | ab45752f83231fdf5be4bbc4d2e358b95e460384 /man3/getpt.3 | |
| parent | 294544e7b26a04ac7e50f1f32dd1f1583093561d (diff) | |
| download | man-pages-c343e74cfd7827f23cb87823ea534874255cece9.tar.gz | |
Added VERSIONS section.
Diffstat (limited to 'man3/getpt.3')
| -rw-r--r-- | man3/getpt.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/getpt.3 b/man3/getpt.3 index 63d2c8bcfc..1eb1597033 100644 --- a/man3/getpt.3 +++ b/man3/getpt.3 @@ -2,7 +2,7 @@ .\" This man page was written by Jeremy Phelps <jphelps@notreached.net>. .\" Redistribute and modify at will. .\" -.TH GETPT 3 2008-06-03 "GNU" "Linux Programmer's Manual" +.TH GETPT 3 2008-06-14 "GNU" "Linux Programmer's Manual" .SH NAME getpt \- open the pseudo-terminal master (PTM) .SH SYNOPSIS @@ -34,6 +34,9 @@ to indicate the error. .BR getpt () can fail with various errors described in .BR open (2). +.SH VERSIONS +.BR getpt () +is provided in glibc since version 2.1. .SH CONFORMING TO .BR getpt () is glibc-specific; |
