diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2020-11-15 13:32:31 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-11-15 21:30:30 +0100 |
| commit | d556548bf4907040c4c65705fc43f80de895afcf (patch) | |
| tree | 98d027ca6c79e97739e9fefa221268eec1d475df /man3/fopen.3 | |
| parent | 14d43d30059e1074b9fc0e68cf4ceb0538579646 (diff) | |
| download | man-pages-d556548bf4907040c4c65705fc43f80de895afcf.tar.gz | |
getent.1, fanotify_mark.2, fcntl.2, futex.2, membarrier.2, mmap.2, mount.2, msgctl.2, readv.2, semctl.2, set_mempolicy.2, shmctl.2, syscalls.2, abs.3, bstring.3, btree.3, ctime.3, drand48.3, fgetc.3, fopen.3, gethostbyname.3, getnetent.3, getprotoent.3, getservent.3, INFINITY.3, __ppc_set_ppr_med.3, inet.3, j0.3, makecontext.3, printf.3, puts.3, resolver.3, sigsetops.3, elf.5, nscd.conf.5, proc.5, inotify.7, ipv6.7, spufs.7, system_data_types.7: Use Oxford comma
Found using:
pcregrep -rnM "^\.[B|I]R .*,\n\.[B|I].*[^,]\nand" man? |grep ^man |sort
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/fopen.3')
| -rw-r--r-- | man3/fopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3 index 393f2c05f2..bde6648e31 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -236,7 +236,7 @@ function is to change the file associated with a standard text stream .SH RETURN VALUE Upon successful completion .BR fopen (), -.BR fdopen () +.BR fdopen (), and .BR freopen () return a @@ -259,7 +259,7 @@ was invalid. .PP The .BR fopen (), -.BR fdopen () +.BR fdopen (), and .BR freopen () functions may also fail and set |
