aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
-rw-r--r--include/usage.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 9f7c26031..14a16674c 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1174,7 +1174,7 @@ unsigned long long bb_makedev(unsigned int major, unsigned int minor) FAST_FUNC;
1174 1174
1175/* "Keycodes" that report an escape sequence. 1175/* "Keycodes" that report an escape sequence.
1176 * We use something which fits into signed char, 1176 * We use something which fits into signed char,
1177 * yet doesn't represent any valid Unicode characher. 1177 * yet doesn't represent any valid Unicode character.
1178 * Also, -1 is reserved for error indication and we don't use it. */ 1178 * Also, -1 is reserved for error indication and we don't use it. */
1179enum { 1179enum {
1180 KEYCODE_UP = -2, 1180 KEYCODE_UP = -2,
diff --git a/include/usage.h b/include/usage.h
index 9fa1b9ef8..e571d2ba3 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2001,8 +2001,8 @@
2001 "\n a File is accessed" \ 2001 "\n a File is accessed" \
2002 "\n c File is modified" \ 2002 "\n c File is modified" \
2003 "\n e Metadata changed" \ 2003 "\n e Metadata changed" \
2004 "\n w Writtable file is closed" \ 2004 "\n w Writable file is closed" \
2005 "\n 0 Unwrittable file is closed" \ 2005 "\n 0 Unwritable file is closed" \
2006 "\n r File is opened" \ 2006 "\n r File is opened" \
2007 "\n D File is deleted" \ 2007 "\n D File is deleted" \
2008 "\n M File is moved" \ 2008 "\n M File is moved" \
@@ -3860,7 +3860,7 @@
3860 "\n -l Log changes in file labels to syslog" \ 3860 "\n -l Log changes in file labels to syslog" \
3861 "\n -n Don't change any file labels" \ 3861 "\n -n Don't change any file labels" \
3862 "\n -q Suppress warnings" \ 3862 "\n -q Suppress warnings" \
3863 "\n -r dir Use an altenate root path" \ 3863 "\n -r dir Use an alternate root path" \
3864 "\n -e dir Exclude directory" \ 3864 "\n -e dir Exclude directory" \
3865 "\n -F Force reset of context to match file_context for customizable files" \ 3865 "\n -F Force reset of context to match file_context for customizable files" \
3866 "\n -o file Save list of files with incorrect context" \ 3866 "\n -o file Save list of files with incorrect context" \