Tweak sysctl docs so they'll web-render

This commit is contained in:
Michael DeHaan
2013-01-26 12:58:12 -05:00
parent e9d5cf3bc2
commit 25f52d79d1
2 changed files with 12 additions and 15 deletions

View File

@@ -76,6 +76,7 @@ def print_man(doc):
opt_leadin = "-"
print "%s %s" % (opt_leadin, o)
desc = "".join(opt['description'])
if 'choices' in opt: