diff options
author | rillig <rillig> | 2005-11-19 11:19:57 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-19 11:19:57 +0000 |
commit | 6d204429b1cf97fa4109a30f0eef64cd7eac12ad (patch) | |
tree | 7473f5f300503f7f1387efd93f3b6f9a478402c2 /mk/bulk | |
parent | 0681f7abebbfe802e0da0d5d4261cff8e787323f (diff) | |
download | pkgsrc-6d204429b1cf97fa4109a30f0eef64cd7eac12ad.tar.gz |
Fixed the documentation in the DIAGNOSTICS section.
Diffstat (limited to 'mk/bulk')
-rw-r--r-- | mk/bulk/printindex.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mk/bulk/printindex.1 b/mk/bulk/printindex.1 index 3128e18c20a..13d3746fd8c 100644 --- a/mk/bulk/printindex.1 +++ b/mk/bulk/printindex.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: printindex.1,v 1.1 2005/11/19 10:55:45 rillig Exp $ +.\" $NetBSD: printindex.1,v 1.2 2005/11/19 11:19:57 rillig Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -86,9 +86,11 @@ A cache for the list of packages when PKGLIST is unset. .El .\" .Sh EXAMPLES .Sh DIAGNOSTICS -All diagnostics start with the string -.Ql [printindex] -and may span multiple lines. +Diagnostics have one of the two forms +.Ql Nm Ns : error: ... +or +.Ql [printindex] ... Ns . +The latter may span multiple lines. .Sh SEE ALSO .Xr printdepends 1 .\" .Sh STANDARDS |