From c6db2fcf14ccbfcbefdcdca5958e2bccd2f6b3ac Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sat, 5 Jul 2014 18:01:35 +0200 Subject: [PATCH] vman: add newline after examples --- Manual.md | 6 +++--- 1 file 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 []`