aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-15 22:13:21 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-15 22:13:21 +0000
commitf7c7dde1586e9c64724700082c4c4dda50d8e270 (patch)
treef3ec70313fb3d3a21c4460a691c97bb6ecb0d486
parent830c040f6fbfff4f26156fd0d9aff38b66a31a41 (diff)
downloadbusybox-w32-f7c7dde1586e9c64724700082c4c4dda50d8e270.tar.gz
busybox-w32-f7c7dde1586e9c64724700082c4c4dda50d8e270.tar.bz2
busybox-w32-f7c7dde1586e9c64724700082c4c4dda50d8e270.zip
Bernhard Fischer writes: fix devfsd usage
-rw-r--r--busybox/include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox/include/usage.h b/busybox/include/usage.h
index b58c57275..24a14d075 100644
--- a/busybox/include/usage.h
+++ b/busybox/include/usage.h
@@ -356,10 +356,10 @@
356#endif 356#endif
357 357
358#define devfsd_trivial_usage \ 358#define devfsd_trivial_usage \
359 "mntpnt [-v]"\ 359 "devfsd [-v]"\
360 USAGE_DEVFSD_FG_NP("[-fg][-np]" ) 360 USAGE_DEVFSD_FG_NP("[-fg][-np]" )
361#define devfsd_full_usage \ 361#define devfsd_full_usage \
362 "Optional daemon for managing devfs permissions and old device name symlinks.\n" \ 362 "Obsolete daemon for managing devfs permissions and old device name symlinks.\n" \
363 "\nOptions:\n" \ 363 "\nOptions:\n" \
364 "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \ 364 "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \
365 "\t-v\tPrint the protocol version numbers for devfsd\n" \ 365 "\t-v\tPrint the protocol version numbers for devfsd\n" \