diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/dbopen.3 | 2 | ||||
| -rw-r--r-- | man3/ecvt_r.3 | 4 | ||||
| -rw-r--r-- | man3/fopen.3 | 2 | ||||
| -rw-r--r-- | man3/fts.3 | 4 | ||||
| -rw-r--r-- | man3/getcontext.3 | 2 | ||||
| -rw-r--r-- | man3/qecvt.3 | 4 |
6 files changed, 9 insertions, 9 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3 index 2c047d7a03..0db6d34f76 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -66,7 +66,7 @@ records. The formats and file-format-specific information are described in detail in their respective manual pages .BR btree (3), -.BR hash (3) +.BR hash (3), and .BR recno (3). .PP diff --git a/man3/ecvt_r.3 b/man3/ecvt_r.3 index c4143e3e38..d0fab32211 100644 --- a/man3/ecvt_r.3 +++ b/man3/ecvt_r.3 @@ -65,13 +65,13 @@ _SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 The functions .BR ecvt_r (), .BR fcvt_r (), -.BR qecvt_r () +.BR qecvt_r (), and .BR qfcvt_r () are identical to .BR ecvt (3), .BR fcvt (3), -.BR qecvt (3) +.BR qecvt (3), and .BR qfcvt (3), respectively, except that they do not return their result in a static diff --git a/man3/fopen.3 b/man3/fopen.3 index 3413e8150c..14364a4031 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -240,7 +240,7 @@ function may also fail and set .I errno for any of the errors specified for the routines .BR open (2), -.BR fclose (3) +.BR fclose (3), and .BR fflush (3). .SH CONFORMING TO diff --git a/man3/fts.3 b/man3/fts.3 index 91e0f8958a..7427fac028 100644 --- a/man3/fts.3 +++ b/man3/fts.3 @@ -755,13 +755,13 @@ for any of the errors specified for .BR chdir (2), .BR malloc (3), .BR opendir (3), -.BR readdir (3) +.BR readdir (3), and .BR stat (2). .PP In addition, .BR fts_children (), -.BR fts_open () +.BR fts_open (), and .BR fts_set () may fail and set diff --git a/man3/getcontext.3 b/man3/getcontext.3 index 142f768472..d6a415ff41 100644 --- a/man3/getcontext.3 +++ b/man3/getcontext.3 @@ -41,7 +41,7 @@ defined in and the four functions .BR getcontext (), .BR setcontext (), -.BR makecontext (3) +.BR makecontext (3), and .BR swapcontext (3) that allow user-level context switching between multiple diff --git a/man3/qecvt.3 b/man3/qecvt.3 index 0709c144fa..8de8c1db79 100644 --- a/man3/qecvt.3 +++ b/man3/qecvt.3 @@ -66,12 +66,12 @@ _SVID_SOURCE .SH DESCRIPTION The functions .BR qecvt (), -.BR qfcvt () +.BR qfcvt (), and .BR qgcvt () are identical to .BR ecvt (3), -.BR fcvt (3) +.BR fcvt (3), and .BR gcvt (3) respectively, except that they use a |
