Use "an" in front of sg due to its pronounciation. Also, start a comment
with capital letter in its first sentence to comply with other comments.
No functional change.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
<command>newgrp</command> and <command>sg</command> is that some
shells treat <command>newgrp</command> specially, replacing themselves
with a new instance of a shell that <command>newgrp</command> creates.
- This doesn't happen with <command>sg</command>, so upon exit from a
+ This doesn't happen with <command>sg</command>, so upon exit from an
<command>sg</command> command you are returned to your previous group
ID.
</para>
if (argc > 0) {
/*
- * skip -c if specified so both forms work:
+ * Skip -c if specified so both forms work:
* "sg group -c command" (as in the man page) or
* "sg group command" (as in the usage message).
*/