git: bba35091cd - main - Correct path in DOS handbook example.
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=bba35091cdc17904a014528b6781b0ad7073ac49 commit bba35091cdc17904a014528b6781b0ad7073ac49 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2021-02-16 21:26:10 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2021-02-16 21:26:10 +0000 Correct path in DOS handbook example. PR: 253560 Patch by: ceri (AT) submonkey.net --- documentation/content/en/books/handbook/preface/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/preface/_index.adoc b/documentation/content/en/books/handbook/preface/_index.adoc index a9c0148873..6654d58775 100644 --- a/documentation/content/en/books/handbook/preface/_index.adoc +++ b/documentation/content/en/books/handbook/preface/_index.adoc @@ -221,7 +221,7 @@ Examples starting with [.filename]#C:\># indicate a MS-DOS(R) command. Unless ot [source,bash] .... -E:\> tools\fdimage floppies\kern.flp A: +C:\> tools\fdimage floppies\kern.flp A: .... Examples starting with # indicate a command that must be invoked as the superuser in FreeBSD. You can login as `root` to type the command, or login as your normal account and use man:su[1] to gain superuser privileges. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"