From: Mark Whitley Date: Thu, 15 Mar 2001 21:19:09 +0000 (-0000) Subject: One tinly, little, missing newline that confused Pod. X-Git-Tag: 0_50~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a6f1d31e7712d9af315f4576857c67cade7453f;p=oweals%2Fbusybox.git One tinly, little, missing newline that confused Pod. --- diff --git a/applets/usage.h b/applets/usage.h index 3d4752cd2..443a0ebe0 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -707,6 +707,7 @@ " Specifies the process to be executed and it's command line.\n" \ "\n" \ "Example /etc/inittab file:\n" \ +"\n" \ " # This is run first except when booting in single-user mode.\n" \ " #\n" \ " ::sysinit:/etc/init.d/rcS\n" \ diff --git a/include/usage.h b/include/usage.h index 3d4752cd2..443a0ebe0 100644 --- a/include/usage.h +++ b/include/usage.h @@ -707,6 +707,7 @@ " Specifies the process to be executed and it's command line.\n" \ "\n" \ "Example /etc/inittab file:\n" \ +"\n" \ " # This is run first except when booting in single-user mode.\n" \ " #\n" \ " ::sysinit:/etc/init.d/rcS\n" \ diff --git a/usage.h b/usage.h index 3d4752cd2..443a0ebe0 100644 --- a/usage.h +++ b/usage.h @@ -707,6 +707,7 @@ " Specifies the process to be executed and it's command line.\n" \ "\n" \ "Example /etc/inittab file:\n" \ +"\n" \ " # This is run first except when booting in single-user mode.\n" \ " #\n" \ " ::sysinit:/etc/init.d/rcS\n" \