Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/12/2000 23:15:04
Module Name:	basesrc
Committed By:	tron
Date:		Thu Jul 13 06:15:04 UTC 2000

Modified Files:
	basesrc/libexec/makewhatis: makewhatis.c

Log Message:
Optimize invokation of "nroff":
- Redirect standard error to "/dev/null" because "nroff" error messages
  for temporary files aren't really useful.
- Don't let "nroff" open temporary file. Use its file descriptor as
  standard input.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/libexec/makewhatis/makewhatis.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.