Manual.md: clean up vman
each example on its own row (markdown: two spaces at the end of the row)
This commit is contained in:
parent
c5fe27f4a3
commit
a9d30c2e4e
1 changed files with 5 additions and 5 deletions
10
Manual.md
10
Manual.md
|
@ -281,11 +281,11 @@ The following functions are defined by `xbps-src` and can be used on any templat
|
|||
converts gzipped (.gz) and bzipped (.bz2) manpages into plaintext.
|
||||
Example mappings:
|
||||
|
||||
`foo.1` -> `${DESTDIR}/usr/share/man/man1/foo.1`
|
||||
`foo.fr.1` -> `${DESTDIR}/usr/share/man/fr/man1/foo.1`
|
||||
`foo.1p` -> `${DESTDIR}/usr/share/man/man1/foo.1p`
|
||||
`foo.1.gz` -> `${DESTDIR}/usr/share/man/man1/foo.1`
|
||||
`foo.1.bz2` -> `${DESTDIR}/usr/share/man/man1/foo.1`
|
||||
`foo.1` -> `${DESTDIR}/usr/share/man/man1/foo.1`
|
||||
`foo.fr.1` -> `${DESTDIR}/usr/share/man/fr/man1/foo.1`
|
||||
`foo.1p` -> `${DESTDIR}/usr/share/man/man1/foo.1p`
|
||||
`foo.1.gz` -> `${DESTDIR}/usr/share/man/man1/foo.1`
|
||||
`foo.1.bz2` -> `${DESTDIR}/usr/share/man/man1/foo.1`
|
||||
|
||||
- *vdoc()* `vdoc <file> [<name>]`
|
||||
|
||||
|
|
Loading…
Reference in a new issue