diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-01-07 19:38:20 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-08 09:57:24 +0100 |
| commit | aa0da2b9b1cacad91815f9800ad7179362115c54 (patch) | |
| tree | 52bb2b9df4a7a47ff2aba6e2f6d2629e61ff5df4 /man3/dbopen.3 | |
| parent | 03659d7d46c426925477509540857ecfa93bcf57 (diff) | |
| download | man-pages-aa0da2b9b1cacad91815f9800ad7179362115c54.tar.gz | |
Various pages: tfix: Use Oxford comma
Found using:
$ pcregrep -rnM "^\.[B|I]R .*,\n\.[B|I].*[^,]\nor" man? \
|grep ^man \
|sort;
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/dbopen.3')
| -rw-r--r-- | man3/dbopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3 index d76ee3e6ac..2ea5ad3cf7 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -522,7 +522,7 @@ routines may fail and set for any of the errors specified for the library routines .BR read (2), .BR write (2), -.BR free (3) +.BR free (3), or .BR malloc (3). .PP |
