summaryrefslogtreecommitdiff
path: root/src/ls.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2016-01-20 10:55:18 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2016-01-20 10:55:18 +0000
commit70e9163c9c18e995515598085cb824e554eb7ae7 (patch)
treea42dc8b2a6c031354bf31472de888bfc8a060132 /src/ls.h
parentcbf5993c43f49281173f185863577d86bfac6eae (diff)
downloadcoreutils-tarball-70e9163c9c18e995515598085cb824e554eb7ae7.tar.gz
Diffstat (limited to 'src/ls.h')
-rw-r--r--src/ls.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ls.h b/src/ls.h
index 028271f..b358211 100644
--- a/src/ls.h
+++ b/src/ls.h
@@ -1,10 +1,10 @@
-/* This is for the `ls' program. */
+/* This is for the 'ls' program. */
#define LS_LS 1
-/* This is for the `dir' program. */
+/* This is for the 'dir' program. */
#define LS_MULTI_COL 2
-/* This is for the `vdir' program. */
+/* This is for the 'vdir' program. */
#define LS_LONG_FORMAT 3
extern int ls_mode;