aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYpnose <linuxien@legtux.org>2014-07-05 16:01:35 +0000
committerYpnose <linuxien@legtux.org>2014-07-05 16:01:35 +0000
commitc6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac (patch)
tree1355fedb40c0deb922aff785a290e75b6b4750d6
parent39781e1743e5a4766846964556f5609bbd6866a1 (diff)
downloadvoid-packages-c6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac.tar
void-packages-c6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac.tar.gz
void-packages-c6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac.tar.bz2
void-packages-c6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac.tar.lz
void-packages-c6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac.tar.xz
void-packages-c6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac.tar.zst
void-packages-c6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac.zip
vman: add newline after examples
-rw-r--r--Manual.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Manual.md b/Manual.md
index 8f556618480..2a50db62cd1 100644
--- a/Manual.md
+++ b/Manual.md
@@ -177,9 +177,9 @@ The optional 4th argument can be used to change the `file name`.
Installs `file` as a man page. `vman()` parses the name and
determines the section as well as localization. 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` -> `${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`
- *vdoc()* `vdoc <file> [<name>]`