Module Name:    src
Committed By:   abhinav
Date:           Thu Apr 27 09:31:51 UTC 2017

Modified Files:
        src/usr.bin/man: man.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/man/man.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/man/man.c
diff -u src/usr.bin/man/man.c:1.64 src/usr.bin/man/man.c:1.65
--- src/usr.bin/man/man.c:1.64	Thu Jun 16 15:10:58 2016
+++ src/usr.bin/man/man.c	Thu Apr 27 09:31:50 2017
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 19
 #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 @@ main(int argc, char **argv)
 	/*
 	 * [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 @@ main(int argc, char **argv)
 		
 	/*
 	 * 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) {

Reply via email to