summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-11-16 16:38:35 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-11-16 16:38:35 +0000
commit1fb6a9a413ff6687447202d1ffcf3ec18ea409f9 (patch)
tree82b1dc82200cfec2080dbff3730dd6ca0d2c1a8b /usr.sbin
parent422c66bba0cc7ef602c8f0b87c51c638a55f238e (diff)
During pkg_create(1), do not print any warnings or non-fatal errors
from groff(1); of course, fatal errors cannot be ignored. If you want to polish manuals, use mandoc(1) -Tlint instead. ok espie@, and millert@ does not object
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PackingElement.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PackingElement.pm b/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
index c048418aaee..5154d38528f 100644
--- a/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PackingElement.pm
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
-# $OpenBSD: PackingElement.pm,v 1.200 2011/08/23 10:32:27 espie Exp $
+# $OpenBSD: PackingElement.pm,v 1.201 2011/11/16 16:38:34 schwarze Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
@@ -593,8 +593,8 @@ sub format
chdir($dir) or die "Can't chdir to $dir";
},
OpenBSD::Paths->groff,
- qw(-Tascii -mandoc -Wall -mtty-char -P -c), @extra, '--',
- $file);
+ qw(-mandoc -mtty-char -E -Ww -Tascii -P -c),
+ @extra, '--', $file);
} else {
die "Can't parse source name $fname";
}