git: 609312077684 - main - procfs: Add manual page cross references.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Mar 2023 16:22:18 UTC
The branch main has been updated by jkoshy:
URL: https://cgit.FreeBSD.org/src/commit/?id=60931207768437c46cbc80df1b6901f8246dc57b
commit 60931207768437c46cbc80df1b6901f8246dc57b
Author: Joseph Koshy <jkoshy@FreeBSD.org>
AuthorDate: 2023-03-25 06:44:03 +0000
Commit: Joseph Koshy <jkoshy@FreeBSD.org>
CommitDate: 2023-03-25 16:21:34 +0000
procfs: Add manual page cross references.
Approved by: gnn (mentor)
Differential Revision: https://reviews.freebsd.org/D39264
---
share/man/man5/procfs.5 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5
index 37da9cf82e4b..9e1d12cf3324 100644
--- a/share/man/man5/procfs.5
+++ b/share/man/man5/procfs.5
@@ -2,7 +2,7 @@
.\" Written by Garrett Wollman
.\" This file is in the public domain.
.\"
-.Dd October 17, 2021
+.Dd March 25, 2023
.Dt PROCFS 5
.Os
.Sh NAME
@@ -205,6 +205,8 @@ file system on
.Xr mount 2 ,
.Xr sigaction 2 ,
.Xr unmount 2 ,
+.Xr kvm 3 ,
+.Xr libprocstat 3 ,
.Xr pseudofs 9
.Sh AUTHORS
.An -nosplit