Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/top Make a comment line up nicely.



details:   https://anonhg.NetBSD.org/src/rev/00bef835223b
branches:  trunk
changeset: 573275:00bef835223b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jan 24 10:38:47 2005 +0000

description:
Make a comment line up nicely.

diffstat:

 usr.bin/top/display.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r efd5d9f6ff57 -r 00bef835223b usr.bin/top/display.c
--- a/usr.bin/top/display.c     Mon Jan 24 10:08:02 2005 +0000
+++ b/usr.bin/top/display.c     Mon Jan 24 10:38:47 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: display.c,v 1.12 2004/11/04 07:35:15 dsl Exp $ */
+/*     $NetBSD: display.c,v 1.13 2005/01/24 10:38:47 simonb Exp $      */
 
 /*
  *  Top users/processes display for Unix
@@ -47,7 +47,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: display.c,v 1.12 2004/11/04 07:35:15 dsl Exp $");
+__RCSID("$NetBSD: display.c,v 1.13 2005/01/24 10:38:47 simonb Exp $");
 #endif
 
 #include "os.h"
@@ -277,9 +277,9 @@
      *  Display the current time.
      *  "ctime" always returns a string that looks like this:
      *  
-     * Sun Sep 16 01:03:52 1973
+     *      Sun Sep 16 01:03:52 1973
      *      012345678901234567890123
-     *           1         2
+     *                1         2
      *
      *  We want indices 11 thru 18 (length 8).
      */



Home | Main Index | Thread Index | Old Index