| Summary: | diskless(8) man page has wrong file location for /etc/rc.initdiskless | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | feenberg | ||||||
| Component: | Books & Articles | Assignee: | Ceri Davies <ceri> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
feenberg
2005-12-13 23:30:03 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-doc docs PR. Hello, the included patch should be sufficient. -- Sincerely, Daniel Gerzo Hello, the first diff breaks the sorting of files in sentence. Included diff should be all right now :) Pointed out by: ceri@ -- Cheers, Daniel Gerzo Note to self mainly:
On 30 Dec 2005, at 00:30, Daniel Gerzo wrote:
>
> +++ diskless.8 Fri Dec 30 01:17:14 2005
> @@ -146,11 +146,11 @@
> .Nm
> startup and perform
> the actions found in
> -.Pa /etc/rc.d/initdiskless ,
> .Pa /etc/rc.d/resolv ,
> .Pa /etc/rc.d/tmp ,
> +.Pa /etc/rc.d/var ,
> and
> -.Pa /etc/rc.d/var .
> +.Pa /etc/rc.initdiskless .
> On early 5.x releases, the functions of latter three scripts where
> implemented in
> .Pa /etc/rc.d/diskless .
In addition to requiring s/of latter/of the latter/ and s/where/
were/, this last sentence is no longer correct (since it refers to
the wrong scripts now). I would be temped to lose it altogether now.
Ceri
State Changed From-To: open->patched Patched in HEAD Responsible Changed From-To: freebsd-doc->ceri My MFC reminder. State Changed From-To: patched->closed Pulled back to RELENG_6, which is as far as it applies. Thanks for the submission! |