diff options
Diffstat (limited to 'src/lib/libc/string/strerror.3')
-rw-r--r-- | src/lib/libc/string/strerror.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strerror.3 b/src/lib/libc/string/strerror.3 index 264ac39052..8b2d32ea75 100644 --- a/src/lib/libc/string/strerror.3 +++ b/src/lib/libc/string/strerror.3 | |||
@@ -29,9 +29,9 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: strerror.3,v 1.13 2014/04/07 17:57:56 schwarze Exp $ | 32 | .\" $OpenBSD: strerror.3,v 1.14 2014/11/30 21:21:59 schwarze Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: April 7 2014 $ | 34 | .Dd $Mdocdate: November 30 2014 $ |
35 | .Dt STRERROR 3 | 35 | .Dt STRERROR 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -107,7 +107,7 @@ The message will be truncated to fit. | |||
107 | The | 107 | The |
108 | .Fn strerror | 108 | .Fn strerror |
109 | function conforms to | 109 | function conforms to |
110 | .St -ansiC-99 . | 110 | .St -isoC-99 . |
111 | The | 111 | The |
112 | .Fn strerror_r | 112 | .Fn strerror_r |
113 | function conforms to | 113 | function conforms to |