aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-02-16 21:26:10 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2021-02-16 21:26:10 +0000
commitbba35091cdc17904a014528b6781b0ad7073ac49 (patch)
tree84dec198ad44d9e10e0e15b07413a77e29aeae13
parent554d53992e21e4f2fee306b9daf18d6d8f3db236 (diff)
downloaddoc-bba35091cdc17904a014528b6781b0ad7073ac49.tar.gz
doc-bba35091cdc17904a014528b6781b0ad7073ac49.zip
Correct path in DOS handbook example.
PR: 253560 Patch by: ceri (AT) submonkey.net
-rw-r--r--documentation/content/en/books/handbook/preface/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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.