Couldn&#39;t you still do something similar with man-db to get the desired effect?<div><br><div class="gmail_quote">On Fri, Feb 12, 2010 at 4:01 PM, Hans Ulrich Niedermann <span dir="ltr">&lt;<a href="mailto:hun@n-dimensional.de">hun@n-dimensional.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Fri, 12 Feb 2010 17:53:50 +0100<br>
Till Maas &lt;<a href="mailto:opensource@till.name">opensource@till.name</a>&gt; wrote:<br>
<br>
&gt; In a package of mine, &quot;man -l&quot; is used to create a plaintext version<br>
&gt; of the manpage, which seems to only work with man-db. Could this be a<br>
&gt; Feature for F14 to use man-db instead of man or are there major<br>
&gt; reasons not to do this?<br>
<br>
</div>If you need that feature urgently, you can run<br>
<br>
   $ man ./whatever.1 | col -b &gt; whatever.1.txt<br>
<br>
--<br>
<font color="#888888">Hans Ulrich Niedermann<br>
</font><br>--<br>
devel mailing list<br>
<a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/devel" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/devel</a><br></blockquote></div><br></div>