Commit 27871d5
committed
storage: fix formatting of container manual pages
The containers-storage(1) and many other manual pages were unreadable.
These files only have section headings (`##` in Markdown, `.SH` in roff)
and lack a title heading (`#`, `.TH`). Fix all of these instances with:
sed -re '1s/^## (.+)/# \1/' storage/docs/containers-storage*.md -i
containers-storage.conf.5.md was somewhat readable, but was also fixed
up for consistency. Remove author info, already present in footer.
A similar problem in the common and image docs was ignored.
These manual pages still have some formatting issues, but this resolves
the main one. No idea whether this documentation is still up-to-date.
Fixes: #103
Signed-off-by: Peter Wu <[email protected]>1 parent 01e98cc commit 27871d5
File tree
62 files changed
+64
-66
lines changed- storage/docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+64
-66
lines changedLines changed: 1 addition & 1 deletion
0 commit comments