OK?
Index: man.c
===================================================================
RCS file: /home/cvs/src/usr.bin/man/man.c,v
retrieving revision 1.39
diff -u -p -r1.39 man.c
--- man.c 19 Mar 2010 21:04:25 -0000 1.39
+++ man.c 22 Oct 2010 12:04:06 -0000
@@ -550,19 +550,12 @@ next: anyfound = 1;
static void
build_page(char *fmt, char **pathp)
{
- static int warned;
ENTRY *ep;
TAG *intmpp;
int fd, n;
char *p, *b;
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.