pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk Put literal strings into .Ql quotes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/76ad90d97c51
branches: trunk
changeset: 503441:76ad90d97c51
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 20 15:46:48 2005 +0000
description:
Put literal strings into .Ql quotes.
diffstat:
mk/bulk/printindex.1 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 9b667e7560ac -r 76ad90d97c51 mk/bulk/printindex.1
--- a/mk/bulk/printindex.1 Sun Nov 20 15:34:33 2005 +0000
+++ b/mk/bulk/printindex.1 Sun Nov 20 15:46:48 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index