diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-20 15:46:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-20 15:46:48 +0000 |
commit | 9592e05e738b40a6277199dfc10a94f925c71988 (patch) | |
tree | 3e7a2b77e925ac82d73f2755a009ebe5ce3a946d /mk/bulk | |
parent | 2b62f2da738bb4fdf36117af0debec8a53d5e9df (diff) | |
download | pkgsrc-9592e05e738b40a6277199dfc10a94f925c71988.tar.gz |
Put literal strings into .Ql quotes.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/printindex.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mk/bulk/printindex.1 b/mk/bulk/printindex.1 index f0214912817..b82dd1cbf91 100644 --- a/mk/bulk/printindex.1 +++ b/mk/bulk/printindex.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printindex.1,v 1.3 2005/11/20 01:44:32 wiz Exp $ +.\" $NetBSD: printindex.1,v 1.4 2005/11/20 15:46:48 rillig Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -47,8 +47,10 @@ Generates a mapping from pkgsrc directories to the current package version and prints it on stdout. Each line of the output has two fields: -the package directory (in the form category/package) and the -package version (in the form package-1.456nb3). +the package directory (in the form +.Ql category/package ) +and the package version (in the form +.Ql package-1.456nb3 ) . .Pp If .Ar brokenfile |