git: 341d373ed3 - main - handbook/cutting-edge: correct command in example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 17:19:09 UTC
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=341d373ed32017eae3ac7ab04cb127f7397f9255 commit 341d373ed32017eae3ac7ab04cb127f7397f9255 Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2022-12-24 17:17:21 +0000 Commit: Ceri Davies <ceri@FreeBSD.org> CommitDate: 2022-12-24 17:17:21 +0000 handbook/cutting-edge: correct command in example The output from "uname -v" is given and described, so correct the example command from "uname -a". --- 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 8252cb85df..77eff073df 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -615,7 +615,7 @@ FreeBSD provides version information compiled into the kernel. man:uname[1] retrieves this information, for example: [source,shell] .... -% uname -a +% uname -v FreeBSD 14.0-CURRENT #112 main-n247514-031260d64c18: Tue Jun 22 20:43:19 MDT 2021 fred@machine:/usr/home/fred/obj/usr/home/fred/git/head/amd64.amd64/sys/FRED .... Looking at the 4th field, it is made up of several parts: