aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/scanf.32
-rw-r--r--man3/system.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3
index a572a8cd7c..1e6f32d425 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.
diff --git a/man3/system.3 b/man3/system.3
index ee1edfc965..af70a456bf 100644
--- a/man3/system.3
+++ b/man3/system.3
@@ -50,7 +50,7 @@ and
.B SIGQUIT
will be ignored.
.SH "RETURN VALUE"
-The value returned is \-1 on error (e.g.
+The value returned is \-1 on error (e.g.,
.BR fork (2)
failed),
and the return status of the command otherwise.