]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: arch is gone, use delpart as usage() function example
authorSami Kerola <kerolasa@iki.fi>
Thu, 21 Mar 2013 21:47:15 +0000 (21:47 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Mar 2013 09:53:30 +0000 (10:53 +0100)
The arch.c was removed in commit 27abd809.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Documentation/howto-usage-function.txt
include/c.h

index 371ff328f90b909347dac770749c6e57303a6383..4daa7362567a8e2b2ca5487b21c952e15d0ca97b 100644 (file)
@@ -153,5 +153,5 @@ are meant this.
 Example
 -------
 
-Command sys-utils/arch.c is a minimal example how to do write usage
+Command disk-utils/delpart.c is a minimal example how to do write usage
 function, setup option parsing, version printing and so on.
index ec1020ee0fe3631a1da2b374fdaae00f456fd5b9..d2d68c31df3c8ff4382dfd70722ab4167afd1e89 100644 (file)
@@ -262,7 +262,7 @@ static inline int usleep(useconds_t usec)
 
 /*
  * Constant strings for usage() functions. For more info see
- * Documentation/howto-usage-function.txt and sys-utils/arch.c
+ * Documentation/howto-usage-function.txt and disk-utils/delpart.c
  */
 #define USAGE_HEADER     _("\nUsage:\n")
 #define USAGE_OPTIONS    _("\nOptions:\n")