[BACK]Return to index.sgml CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/index.sgml between version 1.144 and 1.146

version 1.144, 2011/10/06 23:06:31 version 1.146, 2011/10/08 12:21:57
Line 52 
Line 52 
                         <A NAME="sources">Sources</A>                          <A NAME="sources">Sources</A>
                 </H2>                  </H2>
                 <P>                  <P>
                         <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system.                          <SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system; however, you'll
                         To build and install into <I>/usr/local/</I>, just run <CODE>make install</CODE>.                          need <A HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">libdb</A> to build <A
                         Be aware: if you have an existing groff installation, this may overwrite its <B>preconv</B> binary.                          HREF="apropos.1.html">apropos</A> and <A HREF="mandocdb.8.html">mandocdb</A> (this is installed by default on BSD UNIX
                         The <A HREF="mandocdb.8.html">mandocdb</A> utility is not yet linked to the build; please <A HREF="#contact">contact                          systems &mdash; see the <I>Makefile</I> if you're running Linux).  To build and install into <I>/usr/local/</I>, just
                         us</A> if you plan to use it.                          run <CODE>make install</CODE>.  Be careful: the <B>preconv</B> and <B>apropos</B> binary names are usually taken by
                           existing utilities.
                 </P>                  </P>
                 <H2>                  <H2>
                         <A NAME="binaries">Binaries</A>                          <A NAME="binaries">Binaries</A>
Line 294 
Line 295 
                         <A NAME="news">News</A>                          <A NAME="news">News</A>
                 </H1>                  </H1>
                 <P CLASS="news">                  <P CLASS="news">
                         xx-xx-2011: version 1.xx.x                          08-10-2011: version 1.12.0
                 </P>                  </P>
                 <P>                  <P>
                         This version features a new, work-in-progress <A HREF="mandoc.1.html">mandoc</A> output mode: -<B>Tman</B>.  This mode                          This version features a new, work-in-progress <A HREF="mandoc.1.html">mandoc</A> output mode: -<B>Tman</B>.  This mode
Line 304 
Line 305 
                 </P>                  </P>
                 <P>                  <P>
                         While adding features, an <A HREF="apropos.1.html">apropos</A> utility has been merged from the mandoc-tools sandbox.                          While adding features, an <A HREF="apropos.1.html">apropos</A> utility has been merged from the mandoc-tools sandbox.
                         This interfaces with <A HREF="mandocdb.8.html">mandocdb</A> for semantic search of manual content.                          This interfaces with <A HREF="mandocdb.8.html">mandocdb</A> for semantic search of manual content.  <A
                           HREF="apropos.1.html">apropos</A> is different from the traditional <B>apropos</B> primarily in allowing keyword search
                           (such as for functions, utilities, etc.) and regular expressions.
                 </P>                  </P>
                 <P>                  <P>
                         In documentation news, the <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals have been made                          In documentation news, the <A HREF="mdoc.7.html">mdoc</A> and <A HREF="man.7.html">man</A> manuals have been made

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.146

CVSweb