aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/handbook/cutting-edge/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/handbook/cutting-edge/_index.adoc')
-rw-r--r--documentation/content/en/books/handbook/cutting-edge/_index.adoc1
1 files changed, 1 insertions, 0 deletions
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]
....