| Summary: | Grammar Fixes | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | harrij15 | ||||
| Component: | Books & Articles | Assignee: | Warren Block <wblock> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | wblock | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
harrij15
2016-02-19 18:04:25 UTC
Created attachment 167190 [details]
Fixed errors in a paragraph of Jails
The diff deletes and re-adds that whole file. Is it a line ending problem (CRLF rather than just LF), or indentation changed from tabs to spaces? The line containing "which is used to change the root directory of a set of processes" was changed, so that the commas are now parentheses. Also, two sentences below that sentence, the word chrooted was changed to "chroot-ed." Understood, I'm just saying the diff is malformed, showing that the entire file changed. That sentence has problems which our fallible human understanding of parentheses might not be able to cure. Put another way, there are at least two sentences worth of stuff crammed into that single sentence. So I split it up. This also avoids asides which divert the reader's attention. As far as "chrooted", there are several forms, each of which is uglier than the one before it, but of course only if you line them up that way. People sometimes jam an apostrophe in there. I personally find "chrooted" less ugly than the alternate forms. Here, it is not talking about the chroot(8) command, which could be marked up in DocBook as "<command>chroot</command>ed". It appears to me to be using it as an adjective, describing the environment created by chroot(8). That sentence does need another comma, though. A commit references this bug: Author: wblock Date: Sat Feb 20 04:38:05 UTC 2016 New revision: 48220 URL: https://svnweb.freebsd.org/changeset/doc/48220 Log: Fixes for grammar and punctuation. PR: 207344 Submitted by: harrij15@rpi.edu Changes: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Thank you for submitting this, changes committed! Oh, I apologize for any inconveniences regarding the diff, and the changes you made make a lot more sense. Thanks for committing the changes! |