aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-02 14:26:33 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-02 14:26:33 +0200
commit95f7953f2c46c7b9c799250aa8dc6eb10cc5c726 (patch)
treea59020f297e319343585b41e5afae9630dc8223d /miscutils
parent18e781dc02cfc293d33b02f924ef70513c2f205a (diff)
downloadbusybox-w32-95f7953f2c46c7b9c799250aa8dc6eb10cc5c726.tar.gz
busybox-w32-95f7953f2c46c7b9c799250aa8dc6eb10cc5c726.tar.bz2
busybox-w32-95f7953f2c46c7b9c799250aa8dc6eb10cc5c726.zip
do not use `a' quoting style in comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/adjtimex.c2
-rw-r--r--miscutils/time.c10
2 files changed, 6 insertions, 6 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c
index 04ba5636f..0830734ee 100644
--- a/miscutils/adjtimex.c
+++ b/miscutils/adjtimex.c
@@ -1,6 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * adjtimex.c - read, and possibly modify, the Linux kernel `timex' variables. 3 * adjtimex.c - read, and possibly modify, the Linux kernel 'timex' variables.
4 * 4 *
5 * Originally written: October 1997 5 * Originally written: October 1997
6 * Last hack: March 2001 6 * Last hack: March 2001
diff --git a/miscutils/time.c b/miscutils/time.c
index 60fc11f6e..0ecdac1a6 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -127,13 +127,13 @@ static unsigned long ptok(const unsigned pagesize, const unsigned long pages)
127 127
128/* summarize: Report on the system use of a command. 128/* summarize: Report on the system use of a command.
129 129
130 Print the FMT argument except that `%' sequences 130 Print the FMT argument except that '%' sequences
131 have special meaning, and `\n' and `\t' are translated into 131 have special meaning, and '\n' and '\t' are translated into
132 newline and tab, respectively, and `\\' is translated into `\'. 132 newline and tab, respectively, and '\\' is translated into '\'.
133 133
134 The character following a `%' can be: 134 The character following a '%' can be:
135 (* means the tcsh time builtin also recognizes it) 135 (* means the tcsh time builtin also recognizes it)
136 % == a literal `%' 136 % == a literal '%'
137 C == command name and arguments 137 C == command name and arguments
138* D == average unshared data size in K (ru_idrss+ru_isrss) 138* D == average unshared data size in K (ru_idrss+ru_isrss)
139* E == elapsed real (wall clock) time in [hour:]min:sec 139* E == elapsed real (wall clock) time in [hour:]min:sec