Page MenuHomeFreeBSD

Rewrite the symlink bits and introduce RLN.
ClosedPublic

Authored by mat on Aug 3 2017, 10:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 19, 9:18 AM
Unknown Object (File)
Sun, May 5, 9:07 AM
Unknown Object (File)
Fri, May 3, 5:32 PM
Unknown Object (File)
Fri, May 3, 5:32 PM
Unknown Object (File)
Fri, May 3, 5:32 PM
Unknown Object (File)
Fri, May 3, 5:32 PM
Unknown Object (File)
Fri, May 3, 8:53 AM
Unknown Object (File)
Fri, May 3, 7:29 AM
Subscribers
None

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10834
Build 11226: arc lint + arc unit

Event Timeline

A few textual corrections, nothing major.

en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
86

I would stop the sentence after the {PREFIX}, to have less commas in a sentence (I love using commas myself, but the sentences get too long and difficult). Having smaller sentences helps to understand the two cases here.

87

You would use "on the other hand" only if you previously wrote "on the one hand". I would replace it with "In the other case".

125

here, I would just use "however" instead of "on the other hand".

mat marked 3 inline comments as done.

A small nit, then it's perfect.

en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
87

It's "In the other case", not "On the other case".

88

Here, I would not stop the sentence, just remove the commas and the sentence stop after the </filename>.

The full sentence should read:

In the other case, if one or both of the paths are outside of <filename>${PREFIX}</filename> use <command>${LN} -s</command> and only prepend <filename>${STAGEDIR}</filename> to the target's path.

mat marked 2 inline comments as done.Aug 3 2017, 3:08 PM
  • With sentences in actual english.
This revision is now accepted and ready to land.Aug 3 2017, 3:26 PM
This revision was automatically updated to reflect the committed changes.