diff options
author | rillig <rillig> | 2006-01-19 10:21:12 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-01-19 10:21:12 +0000 |
commit | e92b639fe966d3cd5b2c00726d16689d152f1be9 (patch) | |
tree | 1539cd07b6833043eba2e3276c77d418074d3325 /mk/bulk | |
parent | edffa0bb00d90a7c205b756c043442037a598af2 (diff) | |
download | pkgsrc-e92b639fe966d3cd5b2c00726d16689d152f1be9.tar.gz |
Made the program name in the DIAGNOSTICS section not appear emphasized.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/printindex.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/printindex.1 b/mk/bulk/printindex.1 index 8c052bf46cb..a6da64b3c31 100644 --- a/mk/bulk/printindex.1 +++ b/mk/bulk/printindex.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printindex.1,v 1.5 2005/11/28 01:14:35 rillig Exp $ +.\" $NetBSD: printindex.1,v 1.6 2006/01/19 10:21:12 rillig Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -84,7 +84,7 @@ The list of packages from which to build an index. .\" .Sh EXAMPLES .Sh DIAGNOSTICS Diagnostics have one of the two forms -.Ql Nm : error: ... +.Ql printindex: error: ... or .Ql [printindex] ... . The latter may span multiple lines. |