diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-09 22:18:22 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-03-18 14:13:16 +0100 |
| commit | 5b436d024655f768bfe2003ca25eabc78f3965e9 (patch) | |
| tree | 8df27820cce0d40c1fb8ecd4cdd3bca3602c3834 /man3/strerror.3 | |
| parent | c99c14402a30a564c01f57e4f308f8b7c9af47da (diff) | |
| download | man-pages-5b436d024655f768bfe2003ca25eabc78f3965e9.tar.gz | |
strerror.3: Add SS heading for strerror_r()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/strerror.3')
| -rw-r--r-- | man3/strerror.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strerror.3 b/man3/strerror.3 index fc43315403..42c5b61f6c 100644 --- a/man3/strerror.3 +++ b/man3/strerror.3 @@ -84,7 +84,7 @@ modified by a subsequent call to No other library function, including .BR perror (3), will modify this string. - +.SS strerror_r() The .BR strerror_r () function is similar to |
