diff options
Diffstat (limited to 'appendixa/shellutils-desc.xml')
-rw-r--r-- | appendixa/shellutils-desc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appendixa/shellutils-desc.xml b/appendixa/shellutils-desc.xml index 0029dd845..02cd024a1 100644 --- a/appendixa/shellutils-desc.xml +++ b/appendixa/shellutils-desc.xml @@ -42,7 +42,7 @@ integer numbers.</para></sect4> <para>false always exits with a status code indicating failure.</para></sect4> <sect4><title>groups</title> -<para>groups prints the groups a user is in.</para></sect4> +<para>groups prints a user's group memberships.</para></sect4> <sect4><title>hostid</title> <para>hostid prints the numeric identifier (in hexadecimal) for the current @@ -60,7 +60,7 @@ user or a given user.</para></sect4> <sect4><title>nohup</title> <para>nohup runs a command immune to hangups, with output to a -non-tty.</para></sect4> +log file.</para></sect4> <sect4><title>pathchk</title> <para>pathchk checks whether file names are valid or portable.</para></sect4> @@ -73,7 +73,7 @@ a certain user.</para></sect4> <para>printenv prints all or part of the environment.</para></sect4> <sect4><title>printf</title> -<para>printf formats and prints data (the same as the printf C +<para>printf formats and prints data (the same as the C printf function).</para></sect4> <sect4><title>pwd</title> |