Date: Sat, 24 Dec 2022 17:19:09 GMT From: Ceri Davies <ceri@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 341d373ed3 - main - handbook/cutting-edge: correct command in example Message-ID: <202212241719.2BOHJ9ji032697@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212241719.2BOHJ9ji032697>
