Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-28 08:06:56 +0300
committerEric Andersen <andersen@codepoet.org>2003-12-28 08:06:56 +0300
commit7f48a959f53f72fdffb354bebaee1925618f53e6 (patch)
treecc0b2ba2fba00c74bc5ee422fc5d416aaeb5dd04 /include
parent7b253f8c72f82200f7d741dde584950cb77b75c7 (diff)
Update example slightly
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index d422486f8..b1bc010c7 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2610,7 +2610,7 @@
"\t-v\tprint the operating system version"
#define uname_example_usage \
"$ uname -a\n" \
- "Linux debian 2.2.15pre13 #5 Tue Mar 14 16:03:50 MST 2000 i686 unknown\n"
+ "Linux debian 2.4.23 #2 Tue Dec 23 17:09:10 MST 2003 i686 GNU/Linux\n"
#define uncompress_trivial_usage \
"[-c] [-f] [ name ... ]"