Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 1996 16:07:07 -0700 (PDT)
From:      Wolfram Schneider <wosch>
To:        CVS-committers, cvs-all, cvs-gnu
Subject:   cvs commit:  src/gnu/usr.bin/man/makewhatis makewhatis.perl
Message-ID:  <199605142307.QAA21618@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

wosch       96/05/14 16:07:06

  Modified:    gnu/usr.bin/man/makewhatis  makewhatis.perl
  Log:
  Makewhatis appended the filename to list of keywords if no keyword
  matched the filename. Now put the list after the filename. E.g.
  
  filename: vt220keys.1
  Keyword: vt220
  
  was: vt220(1), vt220keys(1)   - define SHIFTED [...]
  now: vt220keys(1), vt220(1)   - define SHIFTED [...]
  
  Revision  Changes    Path
  1.9       +6 -6      src/gnu/usr.bin/man/makewhatis/makewhatis.perl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605142307.QAA21618>