| Summary: | [handbook] [patch] typo in printing/chapter.sgml | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | gregory delfly <gregoryd.freebsd> | ||||
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
gregory delfly
2008-01-08 18:00:08 UTC
gregory delfly wrote: Hello, Thanks for all the PR tickets, it's greatly appreciated, one question / remark from me though; can you please try to bundle the changes to one chapter.sgml into one diff/ticket ? makes it much easier to process and it all affects the same file so a bit of overkill ;-) But again thanks! -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News keramida 2008-01-14 13:40:19 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/printing chapter.sgml
Log:
Reword a bit a part which seemed confusing. Using shorter sentences
here is probably better for non-native English speakers (like me).
PR: docs/119463
Submitted by: Gregory Delfly, gregoryd.freebsd at free.fr
Revision Changes Path
1.99 +3 -3 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Hi Gregory, I reworded the text of the peragraph a bit, to avoid the need for a ';' separating two sub-sentences. The new text is shown below: - <para>You should also specify the <literal>rw</literal> capability; - that tells <application>LPD</application> to open the printer in - read-write mode.</para> + <para>You should also specify the <literal>rw</literal> capability. + When this capability is present, <application>LPD</application> + opens the printer in read-write mode.</para> Does this look better? Responsible Changed From-To: freebsd-doc->keramida I'll handle this PR, if Gregory wants to make more changes. |