aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
-rw-r--r--include/usage.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0ec332b30..f444084b3 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -218,7 +218,7 @@ extern int vdprintf(int d, const char *format, va_list ap);
218int nfsmount(const char *spec, const char *node, int *flags, 218int nfsmount(const char *spec, const char *node, int *flags,
219 char **mount_opts, int running_bg); 219 char **mount_opts, int running_bg);
220 220
221/* Include our own copy of struct sysinfo to avoid binary compatability 221/* Include our own copy of struct sysinfo to avoid binary compatibility
222 * problems with Linux 2.4, which changed things. Grumble, grumble. */ 222 * problems with Linux 2.4, which changed things. Grumble, grumble. */
223struct sysinfo { 223struct sysinfo {
224 long uptime; /* Seconds since boot */ 224 long uptime; /* Seconds since boot */
diff --git a/include/usage.h b/include/usage.h
index c8984e99b..0ac0284ce 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2743,7 +2743,7 @@
2743 USAGE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \ 2743 USAGE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \
2744 "\t-u\tsuppress duplicate lines" \ 2744 "\t-u\tsuppress duplicate lines" \
2745 USAGE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \ 2745 USAGE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \
2746 USAGE_SORT_BIG("\t-mST\tignored for GNU compatability") \ 2746 USAGE_SORT_BIG("\t-mST\tignored for GNU compatibility") \
2747 "" 2747 ""
2748#define sort_example_usage \ 2748#define sort_example_usage \
2749 "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \ 2749 "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \