git: e6ad669fc1 - main - handbook/cutting-edge: explain kernel src info in uname
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 17:25:43 UTC
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=e6ad669fc11b1ea69ff6103b33ed7a781f9d4661 commit e6ad669fc11b1ea69ff6103b33ed7a781f9d4661 Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2022-12-24 17:24:49 +0000 Commit: Ceri Davies <ceri@FreeBSD.org> CommitDate: 2022-12-24 17:24:49 +0000 handbook/cutting-edge: explain kernel src info in uname Text later refers to the FRED kernel as if the reader is supposed to understand, so give them some help. --- documentation/content/en/books/handbook/cutting-edge/_index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index 77eff073df..60a5bd1d9b 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -618,6 +618,7 @@ man:uname[1] retrieves this information, for example: % 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 .... +The final field gives information regarding the kernel name, the person that built it, and the location that it was compiled in. Looking at the 4th field, it is made up of several parts: [source,shell] ....