diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 14:22:27 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-07 14:22:27 +0000 |
commit | d77b52d76b661c378ed1bea68095c5702ab14418 (patch) | |
tree | 16c8d464ebac9d2eee495df7cec34633e282d437 /lib/libc/stdio/printf.3 | |
parent | fb7b06fee746418e9c2b2b8cb8040ff69d698776 (diff) |
when using `-' as a negative sign, escape it with a backslash so troff knows
it's not supposed to be a hyphen/dash
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 2 insertions, 2 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 |