summaryrefslogtreecommitdiffstats
path: root/man5/proc.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc.5')
-rw-r--r--man5/proc.58
1 files changed, 4 insertions, 4 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 6c04d4a26..5af6043e5 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -52,7 +52,7 @@
.\" to see what information could be imported from that file
.\" into this file.
.\"
-.TH PROC 5 2020-08-13 "Linux" "Linux Programmer's Manual"
+.TH PROC 5 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
proc \- process information pseudo-filesystem
.SH DESCRIPTION
@@ -4354,7 +4354,7 @@ See also
.I /proc/sys
This directory (present since 1.3.57) contains a number of files
and subdirectories corresponding to kernel variables.
-These variables can be read and sometimes modified using
+These variables can be read and in some cases modified using
the \fI/proc\fP filesystem, and the (deprecated)
.BR sysctl (2)
system call.
@@ -6068,7 +6068,7 @@ in the idle process.
This string identifies the kernel version that is currently running.
It includes the contents of
.IR /proc/sys/kernel/ostype ,
-.I /proc/sys/kernel/osrelease
+.IR /proc/sys/kernel/osrelease ,
and
.IR /proc/sys/kernel/version .
For example:
@@ -6835,7 +6835,7 @@ The Linux kernel source files:
and
.IR Documentation/sysctl/vm.txt .
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,