| Summary: | porters-handbook: small typo | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Frederic Culot <culot> | ||||
| Component: | Books & Articles | Assignee: | Benedict Reuschling <bcr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Frederic Culot
2013-05-19 08:20:00 UTC
Responsible Changed From-To: freebsd-doc->bcr Grab low hanging fruit... Author: bcr Date: Sun May 19 22:26:47 2013 New Revision: 41696 URL: http://svnweb.freebsd.org/changeset/doc/41696 Log: Remove extra space between year and month in a date format. PR: docs/178769 Submitted by: culot Committed in: impromptu Hacker Lounge at Ottawa Airport Gate 14 Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun May 19 22:21:47 2013 (r41695) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sun May 19 22:26:47 2013 (r41696) @@ -10804,9 +10804,9 @@ as .putsy.conf and edit it.</programlist <programlisting>old name|new name (blank for deleted)|date of move|reason</programlisting> - <para>The date should be entered in the form <literal>YYYY- - MM-DD</literal>. New entries should be added to the end - of the file to keep it in chronological order.</para> + <para>The date should be entered in the form + <literal>YYYY-MM-DD</literal>. New entries should be added to + the end of the file to keep it in chronological order.</para> <para>If a port was removed but has since been restored, delete the line in this file that states that it was _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Patch committed, thanks for filing it! PR closed. |