tweak comment to fit in 80 columns
authorJim Meyering <jim@meyering.net>
Sat, 28 Jun 2003 10:30:04 +0000 (10:30 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Jun 2003 10:30:04 +0000 (10:30 +0000)
src/who.c

index c9a8093..48638c0 100644 (file)
--- a/src/who.c
+++ b/src/who.c
@@ -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);