diff options
author | uqs <uqs@FreeBSD.org> | 2010-05-11 23:08:15 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-05-11 23:08:15 +0000 |
commit | 15a09e0259e6b17ca95de8988966d875aa47cbd0 (patch) | |
tree | fd6c2a95a39c8f6052a25fd634f2b779882167c2 /lib/libc | |
parent | 394d87a10b9afa5c487305844e92e5e68dabfb0e (diff) | |
download | FreeBSD-src-15a09e0259e6b17ca95de8988966d875aa47cbd0.zip FreeBSD-src-15a09e0259e6b17ca95de8988966d875aa47cbd0.tar.gz |
mdoc: use macro for +- that is understood by mdocml
Reviewed by: brueffer
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/wprintf.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 8c1cd28..2c031f7 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -449,7 +449,7 @@ The .Vt double argument is rounded and converted in the style .Sm off -.Oo \- Oc Ar d Li \&. Ar ddd Li e \\*[Pm] Ar dd +.Oo \- Oc Ar d Li \&. Ar ddd Li e \(+- Ar dd .Sm on where there is one digit before the decimal-point character @@ -525,7 +525,7 @@ The .Vt double argument is rounded and converted to hexadecimal notation in the style .Sm off -.Oo \- Oc Li 0x Ar h Li \&. Ar hhhp Oo \\*[Pm] Oc Ar d , +.Oo \- Oc Li 0x Ar h Li \&. Ar hhhp Oo \(+- Oc Ar d , .Sm on where the number of digits after the hexadecimal-point character is equal to the precision specification. diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3 index d9e724f..3e91846 100644 --- a/lib/libc/stdio/wprintf.3 +++ b/lib/libc/stdio/wprintf.3 @@ -376,7 +376,7 @@ The .Vt double argument is rounded and converted in the style .Sm off -.Oo \- Oc Ar d Li \&. Ar ddd Li e \\*[Pm] Ar dd +.Oo \- Oc Ar d Li \&. Ar ddd Li e \(+- Ar dd .Sm on where there is one digit before the decimal-point character @@ -452,7 +452,7 @@ The .Vt double argument is converted to hexadecimal notation in the style .Sm off -.Oo \- Oc Li 0x Ar h Li \&. Ar hhhp Oo \\*[Pm] Oc Ar d , +.Oo \- Oc Li 0x Ar h Li \&. Ar hhhp Oo \(+- Oc Ar d , .Sm on where the number of digits after the hexadecimal-point character is equal to the precision specification. |