Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 21:28:15 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: bba35091cd - main - Correct path in DOS handbook example.
Message-ID:  <202102162128.11GLSFC2031501@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=bba35091cdc17904a014528b6781b0ad7073ac49

commit bba35091cdc17904a014528b6781b0ad7073ac49
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-02-16 21:26:10 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102162128.11GLSFC2031501>