diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2010-10-22 14:08:54 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2010-10-22 14:08:54 +0000 |
commit | 9d599c067d063aa2804191334885e1f8af8dadef (patch) | |
tree | 1db058077d4063af62f1a6a0b91cefa3a70e97d3 /usr.bin | |
parent | 86eeb3667284a2dd284df2860798a007cae5401e (diff) |
whining verboten; ok deraadt
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/man/man.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/man/man.c b/usr.bin/man/man.c index 48bd21b8197..f1fa91dd0cb 100644 --- a/usr.bin/man/man.c +++ b/usr.bin/man/man.c @@ -1,4 +1,4 @@ -/* $OpenBSD: man.c,v 1.39 2010/03/19 21:04:25 schwarze Exp $ */ +/* $OpenBSD: man.c,v 1.40 2010/10/22 14:08:53 mikeb Exp $ */ /* $NetBSD: man.c,v 1.7 1995/09/28 06:05:34 tls Exp $ */ /* @@ -550,7 +550,6 @@ next: anyfound = 1; static void build_page(char *fmt, char **pathp) { - static int warned; ENTRY *ep; TAG *intmpp; int fd, n; @@ -558,12 +557,6 @@ build_page(char *fmt, char **pathp) char buf[MAXPATHLEN], cmd[MAXPATHLEN], tpath[MAXPATHLEN]; sigset_t osigs; - /* Let the user know this may take awhile. */ - if (!warned) { - warned = 1; - warnx("Formatting manual page..."); - } - /* * Historically man chdir'd to the root of the man tree. * This was used in man pages that contained relative ".so" |