diff options
author | Mark Whitley <markw@lineo.com> | 2001-03-15 21:19:09 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-03-15 21:19:09 +0000 |
commit | 0a6f1d31e7712d9af315f4576857c67cade7453f (patch) | |
tree | cea1664ddd6ced1ce341c2d0a97ab5bc48cd996e /applets | |
parent | e708cb5f9a74d8243ba3a223395466951255badc (diff) | |
download | busybox-0a6f1d31e7712d9af315f4576857c67cade7453f.tar.gz |
One tinly, little, missing newline that confused Pod.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |