Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/ls white space
details: https://anonhg.NetBSD.org/src/rev/18b5ceb55939
branches: trunk
changeset: 351204:18b5ceb55939
user: rin <rin%NetBSD.org@localhost>
date: Mon Feb 06 21:06:04 2017 +0000
description:
white space
diffstat:
bin/ls/ls.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 534f1b5420e4 -r 18b5ceb55939 bin/ls/ls.c
--- a/bin/ls/ls.c Mon Feb 06 19:45:17 2017 +0000
+++ b/bin/ls/ls.c Mon Feb 06 21:06:04 2017 +0000
@@ -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 @@
#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_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 . */
Home |
Main Index |
Thread Index |
Old Index