summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>1999-08-23 01:17:58 +0000
committerChris Costello <chris@FreeBSD.org>1999-08-23 01:17:58 +0000
commitc9392e0135ed44be3da948ccc36ca7198dba7861 (patch)
tree57f34c002db6a1509dc91174b0a01a48c806c8d9
parent9998ec0eb04b1d36a894520608a771fb26ee9232 (diff)
Notes
-rw-r--r--bin/ls/ls.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index c37cb64103b6..5b3a24861eee 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94";
#else
static const char rcsid[] =
- "$Id: ls.c,v 1.26 1999/08/19 11:36:12 sheldonh Exp $";
+ "$Id: ls.c,v 1.27 1999/08/19 13:04:08 sheldonh Exp $";
#endif
#endif /* not lint */
@@ -220,6 +220,8 @@ main(argc, argv)
break;
case 'n':
f_numericonly = 1;
+ f_longform = 1;
+ f_column = f_singlecol = 0;
break;
case 'o':
f_flags = 1;