From 17d21fa5191bd3298e9bee66e2fcc9afb24a9649 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Thu, 9 Oct 2003 11:46:23 +0000 Subject: New applet, devfsd, by Matteo Croce and Tito --- include/usage.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index c109d0cf6..0b03102a7 100644 --- a/include/usage.h +++ b/include/usage.h @@ -336,6 +336,18 @@ #define deluser_full_usage \ "Deletes user USER from the system" +#define devfsd_trivial_usage \ + "mntpnt [-v] [-fg] [-np]" +#define devfsd_full_usage \ + "Optional daemon for managing devfs (the Linux Device Filesystem).\n" \ + "\nOptions:\n" \ + "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \ + "\t-v\tPrint the protocol version numbers for devfsd\n" \ + "\t\tand the kernel-side protocol version and exits.\n" \ + "\t-fg\tRun the daemon in the foreground.\n\n" \ + "\t-np\tExit after parsing the configuration file and processing syn-\n" \ + "\t\tthetic REGISTER events. Do not poll for events." + #ifdef CONFIG_FEATURE_HUMAN_READABLE #define USAGE_HUMAN_READABLE(a) a #define USAGE_NOT_HUMAN_READABLE(a) -- cgit v1.2.3