https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6d85fc4143c92f7aa3285d058bb05f73a95c5590
commit 6d85fc4143c92f7aa3285d058bb05f73a95c5590 Author: Corinna Vinschen <[email protected]> Date: Mon Sep 7 13:55:21 2015 +0200 faq-using.xml: Replace makewhatis with mandb * faq-using.xml (faq.using.man): Replace makewhatis with mandb. Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/faq-using.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 7587d68..35935be 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2015-09-07 Brian Inglis <[email protected]> + + * faq-using.xml (faq.using.man): Replace makewhatis with mandb. + 2015-08-29 Corinna Vinschen <[email protected]> * new-features.xml (ov-new2.3): Document sysconf cache addition. diff --git a/winsup/doc/faq-using.xml b/winsup/doc/faq-using.xml index 87ec112..7656880 100644 --- a/winsup/doc/faq-using.xml +++ b/winsup/doc/faq-using.xml @@ -376,10 +376,10 @@ or <literal>whatis</literal>, you must create the whatis database. Just run the command </para> <screen> - /usr/sbin/makewhatis + mandb </screen> -<para>(it may take a minute to complete). +<para>(it may take a few minutes to complete). </para> </answer></qandaentry>
