Module Name: src
Committed By: rin
Date: Mon Feb 6 21:06:04 UTC 2017
Modified Files:
src/bin/ls: ls.c
Log Message:
white space
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/bin/ls/ls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/ls/ls.c
diff -u src/bin/ls/ls.c:1.75 src/bin/ls/ls.c:1.76
--- src/bin/ls/ls.c:1.75 Mon May 30 17:26:29 2016
+++ src/bin/ls/ls.c Mon Feb 6 21:06:04 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: ls.c,v 1.75 2016/05/30 17:26:29 dholland Exp $ */
+/* $NetBSD: ls.c,v 1.76 2017/02/06 21:06:04 rin Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 19
#if 0
static char sccsid[] = "@(#)ls.c 8.7 (Berkeley) 8/5/94";
#else
-__RCSID("$NetBSD: ls.c,v 1.75 2016/05/30 17:26:29 dholland Exp $");
+__RCSID("$NetBSD: ls.c,v 1.76 2017/02/06 21:06:04 rin Exp $");
#endif
#endif /* not lint */
@@ -91,7 +91,7 @@ int f_columnacross; /* columnated forma
int f_flags; /* show flags associated with a file */
int f_grouponly; /* long listing without owner */
int f_humanize; /* humanize the size field */
-int f_commas; /* separate size field with comma */
+int f_commas; /* separate size field with comma */
int f_inode; /* print inode */
int f_listdir; /* list actual directory, not contents */
int f_listdot; /* list files beginning with . */