diff options
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/remove.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 07813230280..a8b591e7af4 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.18 1999/07/02 20:58:00 aaron Exp $ +.\" $OpenBSD: printf.3,v 1.19 1999/07/07 14:22:25 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -130,7 +130,7 @@ This pointer should be passed to .Xr free 3 to release the allocated storage when it is no longer needed. If sufficient space cannot be allocated, these functions -will return -1 and set +will return \-1 and set .Fa ret to be a NULL pointer. .Pp diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3 index c210e2b7108..d4e08a93842 100644 --- a/lib/libc/stdio/remove.3 +++ b/lib/libc/stdio/remove.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: remove.3,v 1.5 1997/10/08 05:26:37 millert Exp $ +.\" $OpenBSD: remove.3,v 1.6 1999/07/07 14:22:25 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -65,7 +65,7 @@ Otherwise, it is the equivalent of Upon successful completion, .Fn remove returns 0. -Otherwise, -1 is returned and the global variable +Otherwise, \-1 is returned and the global variable .Va errno is set to indicate the error. .Sh ERRORS |