| Summary: | minor grammar fixes and more to handbook/ports chapter | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | minimarmot <minimarmot> | ||||
| Component: | Books & Articles | Assignee: | Marc Fonvieille <blackend> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
minimarmot
2007-07-04 00:30:03 UTC
> o s/compile time/compile/time/g (a priori not a global change, but I checked)
>
[...]
For this one, what is the en_US usage "compile time" or "compile-time"?
I cannot find a reliable reference.
--
Marc
> > For this one, what is the en_US usage "compile time" or "compile-time"? > I cannot find a reliable reference. > > -- > Marc > Hmmm. . .my degrees are not in English, but a bit of thought seems to indicate that when used as a compound adjective (compile-time behaviour), it should be hyphenated. There seem to be at least two other ways in which this string can appear, such as: "X verbs Y at compile time" and "my compile time is very long". The latter definitely is not hyphenated, but I'm not sure yet about the other. All the appearances in the submitted patch seem to be pretty clearly (to me, at least. . .) instances of compound adjectives -- compile-time options are the options which are set at the time of compilation, so compile-time is a compound adjective. -Ben Kaduk Responsible Changed From-To: freebsd-doc->blackend I'll take care of this one. blackend 2007-07-06 07:59:56 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/ports chapter.sgml
Log:
- Add hyphens where needed (for example s/third party/third-party/);
- s/Pentium IV/Pentium 4 to match Intel syntax;
- Some rewordings for clarification of some points;
- Add reference to sha256(1).
PR: docs/114272
Submitted by: Ben Kaduk <minimarmot@gmail.com>
Revision Changes Path
1.264 +22 -14 doc/en_US.ISO8859-1/books/handbook/ports/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 Committed, thanks. |