Language style fixes, fix broken links, markup nits, and typos.
Motivated from a patch in the PR, but the patch itself had a number of issues and there were mahy other things that needed fixing. PR: 32818 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
This commit is contained in:
parent
3b8ffb6f18
commit
30a81b6e37
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11679
1 changed files with 17 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/docproj/who.sgml,v 1.6 1999/09/06 07:02:43 peter Exp $">
|
<!ENTITY date "$FreeBSD: www/en/docproj/who.sgml,v 1.7 2001/07/13 12:52:13 dd Exp $">
|
||||||
<!ENTITY title "FreeBSD Documentation Project: Who are we?">
|
<!ENTITY title "FreeBSD Documentation Project: Who are we?">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -12,21 +12,27 @@
|
||||||
we have got in common is that we are subscribed to the mailing list
|
we have got in common is that we are subscribed to the mailing list
|
||||||
<a href="mailto:FreeBSD-doc@FreeBSD.ORG">FreeBSD-doc@FreeBSD.ORG</a>.</p>
|
<a href="mailto:FreeBSD-doc@FreeBSD.ORG">FreeBSD-doc@FreeBSD.ORG</a>.</p>
|
||||||
|
|
||||||
<p>Some of us can commit changes directly to the FreeBSD documentation
|
<p>Some of us can commit changes directly to the FreeBSD
|
||||||
tree. The complete list of people with commit ``privs'' is in <a
|
documentation tree. You can view a complete list of <a
|
||||||
href="../handbook/staff-doc.html">the
|
href="../doc/en_US.ISO8859-1/articles/contributors/staff-committers.html">
|
||||||
Handbook</a>.</p>
|
all FreeBSD developers with commit privileges</a>, as well as a
|
||||||
|
list of the <a
|
||||||
|
href="../doc/en_US.ISO8859-1/articles/contributors/staff-committers.html">
|
||||||
|
principal committers for the FreeBSD Documentation Project</a>.</p>
|
||||||
|
|
||||||
<p>Others do not have commit privs, but they write and <a
|
<p>Others do not have commit privileges, but they write and submit
|
||||||
href="submitting.html">submit documentation</a> nonetheless. One of the
|
documentation nonetheless. Once the documentation has been
|
||||||
committers will then include it in the documentation set.</p>
|
submitted according to the <a href="submitting.html">Submit
|
||||||
|
Documentation</a> page, one of the committers will then
|
||||||
|
review it and include it in the documentation set.</p>
|
||||||
|
|
||||||
<p>If you want to help out with the documentation project (and I fervently
|
<p>If you want to help out with the documentation project (and I fervently
|
||||||
hope you do) all you have to do is subscribe to the mailing list and
|
hope you do) all you have to do is subscribe to the mailing list and
|
||||||
participate. As soon as you have done that you're a member of the
|
participate. As soon as you have done that, you're a member of the
|
||||||
project.</p>
|
project.</p>
|
||||||
|
|
||||||
<p></p><a href="docproj.html">FreeBSD Documentation Project Home</a>
|
<p><a href="docproj.html">FreeBSD Documentation Project Home</a></p>
|
||||||
&footer
|
|
||||||
|
&footer;
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue