git: db302895f5 - main - ja/handbook: Update cutting-edge chapter
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Dec 2022 14:21:40 UTC
The branch main has been updated by ryusuke: URL: https://cgit.FreeBSD.org/doc/commit/?id=db302895f55a513627dd5f38f10236eb0538cee4 commit db302895f55a513627dd5f38f10236eb0538cee4 Author: Ryusuke SUZUKI <ryusuke@FreeBSD.org> AuthorDate: 2022-12-26 14:21:23 +0000 Commit: Ryusuke SUZUKI <ryusuke@FreeBSD.org> CommitDate: 2022-12-26 14:21:23 +0000 ja/handbook: Update cutting-edge chapter 51b500976a -> e6ad669fc1 --- documentation/content/ja/books/handbook/cutting-edge/_index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/content/ja/books/handbook/cutting-edge/_index.adoc b/documentation/content/ja/books/handbook/cutting-edge/_index.adoc index a07bbc9f7c..24bb7deb93 100644 --- a/documentation/content/ja/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/ja/books/handbook/cutting-edge/_index.adoc @@ -615,9 +615,10 @@ FreeBSD は、バージョン情報をカーネルのコンパイル時に埋め man:uname[1] を使ってこの情報を調べることができます。以下はその例です。 [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 .... +最後のフィールドは、カーネル名、ビルドを行ったユーザ、およびコンパイルを行った場所を示しています。 4 番目のフィールドを見ると、いくつかの要素から構成されていることがわかります。 [source,shell] ....