Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/man Fix comment indentation at couple of places: Use...



details:   https://anonhg.NetBSD.org/src/rev/95a555541486
branches:  trunk
changeset: 823587:95a555541486
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Thu Apr 27 09:31:50 2017 +0000

description:
Fix comment indentation at couple of places: Use \t instead of space

diffstat:

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

diffs (36 lines):

diff -r 1fc391413901 -r 95a555541486 usr.bin/man/man.c
--- a/usr.bin/man/man.c Thu Apr 27 08:37:15 2017 +0000
+++ b/usr.bin/man/man.c Thu Apr 27 09:31:50 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: man.c,v 1.64 2016/06/16 15:10:58 abhinav Exp $ */
+/*     $NetBSD: man.c,v 1.65 2017/04/27 09:31:50 abhinav Exp $ */
 
 /*
  * Copyright (c) 1987, 1993, 1994, 1995
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)man.c      8.17 (Berkeley) 1/31/95";
 #else
-__RCSID("$NetBSD: man.c,v 1.64 2016/06/16 15:10:58 abhinav Exp $");
+__RCSID("$NetBSD: man.c,v 1.65 2017/04/27 09:31:50 abhinav Exp $");
 #endif
 #endif /* not lint */
 
@@ -293,7 +293,7 @@
        /*
         * [2] section can now only be non-null if the user asked for
         *     a section and that section's elements did not have 
-         *     absolute paths.  in this case we use the section's
+        *     absolute paths.  in this case we use the section's
         *     elements to override _subdir from the config file.
         *
         * after this step, we are done processing "m.section"...
@@ -428,7 +428,7 @@
                
        /*
         * normal case - we display things in a single command, so
-         * build a list of things to display.  first compute total
+        * build a list of things to display.  first compute total
         * length of buffer we will need so we can malloc it.
         */
        for (ap = pg.gl_pathv, len = m.pagerlen + 1; *ap != NULL; ++ap) {



Home | Main Index | Thread Index | Old Index