- Correct the Months for this report
- Unhide the bin category - Add bapt's report about mandoc(1) Reviewed by: bcr, bjk
This commit is contained in:
parent
990934359c
commit
2343b0c247
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46151
1 changed files with 65 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<report>
|
<report>
|
||||||
<date>
|
<date>
|
||||||
<month>July-September</month>
|
<month>October-December</month>
|
||||||
|
|
||||||
<year>2014</year>
|
<year>2014</year>
|
||||||
</date>
|
</date>
|
||||||
|
@ -59,13 +59,11 @@
|
||||||
<description>Architectures</description>
|
<description>Architectures</description>
|
||||||
</category>
|
</category>
|
||||||
|
|
||||||
<?ignore
|
|
||||||
<category>
|
<category>
|
||||||
<name>bin</name>
|
<name>bin</name>
|
||||||
|
|
||||||
<description>Userland Programs</description>
|
<description>Userland Programs</description>
|
||||||
</category>
|
</category>
|
||||||
?>
|
|
||||||
|
|
||||||
<category>
|
<category>
|
||||||
<name>ports</name>
|
<name>ports</name>
|
||||||
|
@ -317,4 +315,68 @@
|
||||||
<task>More developers are needed, check the Issues on Github</task>
|
<task>More developers are needed, check the Issues on Github</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
<project cat="bin">
|
||||||
|
<title>mandoc(1) support</title>
|
||||||
|
|
||||||
|
<contact>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>Baptiste</given>
|
||||||
|
<common>Daroussin</common>
|
||||||
|
</name>
|
||||||
|
<email>bapt@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>Ulrich</given>
|
||||||
|
<common>Spoerlein</common>
|
||||||
|
</name>
|
||||||
|
<email>uqs@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>The Documentation Team</given>
|
||||||
|
</name>
|
||||||
|
<email>docs@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
</contact>
|
||||||
|
|
||||||
|
<links>
|
||||||
|
<url href="http://mdocml.bsd.lv" />
|
||||||
|
</links>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p><tt>mandoc(1)</tt> has been made the default manual page
|
||||||
|
formatter on HEAD -- man(1) will use <tt>mandoc(1)</tt> to
|
||||||
|
format manual pages by default, then fall back to
|
||||||
|
<tt>groff(1)</tt> if it fails.</p>
|
||||||
|
|
||||||
|
<p>This change also fixes an issue with FreeBSD <tt>man(1)</tt>
|
||||||
|
command not able to properly deal with ".so" in gzipped manual
|
||||||
|
pages.</p>
|
||||||
|
|
||||||
|
<p>The documentation team has spent a lot of time fixing issues
|
||||||
|
reported by <tt>mdoc(7)</tt> in the FreeBSD manual pages. This
|
||||||
|
greatly improves the quality of our manual pages.</p>
|
||||||
|
|
||||||
|
<p>Most manual pages with remaining issues are from contrib/ for
|
||||||
|
which changes should be reported and fixed upstream.</p>
|
||||||
|
|
||||||
|
<p>The "manlint" target has also been switch to use <tt>mandoc
|
||||||
|
-Tlint</tt> which results in the target being way more useful
|
||||||
|
when working on manual pages.</p>
|
||||||
|
|
||||||
|
<p>Some <tt>groff(1)</tt> vs <tt>mandoc(1)</tt> formatting
|
||||||
|
differencies have been spotted and reported to mandoc's upstream
|
||||||
|
developers.</p>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
<help>
|
||||||
|
<task>Switch <tt>makewhatis(1)</tt> to the version shipped with <tt>mandoc(1)</tt></task>
|
||||||
|
<task>Figure out a way to detect non <tt>mandoc(1)</tt> friendly manpages from ports and create catpages with <tt>groff(1)</tt> for them</task>
|
||||||
|
<task>Remove <tt>groff(1)</tt> from base.</task>
|
||||||
|
</help>
|
||||||
|
</project>
|
||||||
|
|
||||||
</report>
|
</report>
|
||||||
|
|
Loading…
Reference in a new issue