diff toys/other/modinfo.c @ 1333:fc1bb49e58a9 draft

Help text should have a blank line after usage: lines, and a couple other whitespace tweaks.
author Rob Landley <rob@landley.net>
date Mon, 02 Jun 2014 21:16:20 -0500
parents 436c60124674
children 3ac823675413
line wrap: on
line diff
--- a/toys/other/modinfo.c	Sun Jun 01 17:47:19 2014 -0500
+++ b/toys/other/modinfo.c	Mon Jun 02 21:16:20 2014 -0500
@@ -9,6 +9,7 @@
   default y
   help
     usage: modinfo [-0] [-b basedir] [-k kernrelease] [-F field] [modulename...]
+
     Display module fields for all specified modules, looking in
     <basedir>/lib/modules/<kernrelease>/ (kernrelease defaults to uname -r).
 */