[BACK]Return to apropos.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / makemandb

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

Diff for /src/usr.sbin/makemandb/apropos.1 between version 1.4 and 1.4.2.4

version 1.4, 2012/02/20 18:25:51 version 1.4.2.4, 2012/10/30 19:00:38
Line 29 
Line 29 
 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.  .\" SUCH DAMAGE.
 .\"  .\"
 .Dd February 20, 2012  .Dd October 5, 2012
 .Dt APROPOS 1  .Dt APROPOS 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 106  using it is equivalent to using the
Line 106  using it is equivalent to using the
 options directly.  options directly.
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -hang -width -compact  .Bl -hang -width /etc/man.conf -compact
 .It Pa /var/db/man.db  .It Pa /etc/man.conf
 The Sqlite FTS database which contains an index of the manual pages.  The location of the Sqlite FTS database can be configured using the
   .Cd _mandb
   tag.
 .El  .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr man 1 ,  .Xr man 1 ,
 .Xr whatis 1 ,  .Xr whatis 1 ,
 .Xr makemandb 8  .Xr makemandb 8
   .Sh HISTORY
   The
   .Nm
   command appeared in 3.0BSD.
   It was rewritten in
   .Nx 6.0
   to support full text search using Sqlite.
 .Sh AUTHORS  .Sh AUTHORS
 .An Abhinav Upadhyay  .An Abhinav Upadhyay

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.4

CVSweb <webmaster@jp.NetBSD.org>