Skip to content

Commit 27871d5

Browse files
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

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 changed

storage/docs/containers-storage-add-names.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-applydiff-using-staging-dir.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-applydiff.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-changes.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-check.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-composefs.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-config.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-container.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-containers.md

Lines changed: 1 addition & 1 deletion

storage/docs/containers-storage-copy.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)