diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 07:25:59 +1200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-05-07 15:30:17 +1200 |
commit | 15079abb2541271493c34cc33e6ffc85a49aedcd (patch) | |
tree | 852302cb46b1f7f472a50e678be94e3228e9c5c0 /man3/scanf.3 | |
parent | 2dd7f4cbe38dcd96217d58e73044fb6314819669 (diff) |
scanf.3, system.3, initrd.4, sk98lin.4, mdoc.samples.7, nscd.8: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/scanf.3')
-rw-r--r-- | man3/scanf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3 index a572a8cd..1e6f32d4 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -695,7 +695,7 @@ behavior of specifiers defined in C89. .PP Some combinations of the type modifiers and conversion specifiers defined by ANSI C do not make sense -(e.g. +(e.g., .BR "%Ld" ). While they may have a well-defined behavior on Linux, this need not to be so on other architectures. |