git: c724ce033b - main - handbook: Fix typo

Daniel Ebdrup Jensen debdrup at FreeBSD.org
Mon Feb 15 08:51:21 UTC 2021


The branch main has been updated by debdrup:

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

commit c724ce033b537eb5b40f6fa4859d804d4c3140ae
Author:     Andreas Bjørnestad <panden at gmail.com>
AuthorDate: 2021-02-15 08:51:01 +0000
Commit:     Daniel Ebdrup Jensen <debdrup at FreeBSD.org>
CommitDate: 2021-02-15 08:51:01 +0000

    handbook: Fix typo
---
 documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index 90ad2ea18a..28fb60e7c1 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -605,7 +605,7 @@ check /usr/src/UPDATING  <.>
 # cd /usr/src          <.>
 # make installworld    <.>
 # mergemaster -Ui      <.>
-# shutdown -r now      1<.>
+# shutdown -r now      <.>
 ....
 
 <.> Get the latest version of the source. See <<updating-src-obtaining-src>> for more information on obtaining and updating source.


More information about the dev-commits-doc-all mailing list