diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-28 10:30:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-28 10:30:04 +0000 |
commit | 6e036c0593cadd059c82c0d647d804e459e417a0 (patch) | |
tree | 199ebf29dc021819b5a4ece04d4f1d497cfb7b2a /src | |
parent | 307fbc8ae656537208a2186290b86cec7897c2e4 (diff) | |
download | coreutils-6e036c0593cadd059c82c0d647d804e459e417a0.tar.xz |
tweak comment to fit in 80 columns
Diffstat (limited to 'src')
-rw-r--r-- | src/who.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -258,9 +258,9 @@ print_line (const char *user, const char state, const char *line, printf (" %-6s", idle); if (!short_output) printf (" %10s", pid); - /* FIXME: it's not really clear whether the following should be in short_output. - a strict reading of SUSv2 would suggest not, but I haven't seen any - implementations that actually work that way... */ + /* FIXME: it's not really clear whether the following should be in + short_output. A strict reading of SUSv2 would suggest not, but + I haven't seen any implementations that actually work that way... */ printf (" %-8s", comment); if (include_exit && exitstr && *exitstr) printf (" %-12s", exitstr); |