CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_version.5
blob60e591984382e06b32185491d27fd1ebd03ca646
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_version 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/version \- kernel version
10 .SH DESCRIPTION
11 .TP
12 .I /proc/version
13 This string identifies the kernel version that is currently running.
14 It includes the contents of
15 .IR /proc/sys/kernel/ostype ,
16 .IR /proc/sys/kernel/osrelease ,
17 and
18 .IR /proc/sys/kernel/version .
19 For example:
20 .IP
21 .in +4n
22 .EX
23 Linux version 1.0.9 (quinlan@phaze) #1 Sat May 14 01:51:54 EDT 1994
24 .EE
25 .in
26 .SH SEE ALSO
27 .BR proc (5)