[pacman-dev] [PATCH] doc: PKGBUILD.5 - fix output of bzr command
Allan McRae
allan at archlinux.org
Tue Nov 13 19:38:42 EST 2012
Add quotes around 'bzr help revisionspec' to make it clearer that
this is a command to be run.
Signed-off-by: Allan McRae <allan at archlinux.org>
---
This makes the man page output look like:
bzr
revision (see 'bzr help revisionspec' for details)
which seems good to me... but I am not sure whether other generated
versions of the documentation will look fine.
doc/PKGBUILD.5.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 178519b..afe6b54 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -433,7 +433,7 @@ The source URL is divided into three components:
the VCS being used:
*bzr*;;
- revision (see `bzr help revisionspec` for details)
+ revision (see `'bzr help revisionspec'` for details)
*git*;;
branch, commit, tag
--
1.8.0
More information about the pacman-dev
mailing list