The branch main has been updated by michaelo:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0d31189cbce4de142a43b65037beb7bf8c09cf26

commit 0d31189cbce4de142a43b65037beb7bf8c09cf26
Author:     Michael Osipov <[email protected]>
AuthorDate: 2025-12-24 18:12:25 +0000
Commit:     Michael Osipov <[email protected]>
CommitDate: 2025-12-26 18:53:43 +0000

    linprocfs.4: Improve docs around pid/self entries
    
    Mark <pid> as a placeholder and document that self is a symlink to a 
directory.
    
    PR:             283080
    Reviewed by:    ziaee
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D54358
---
 share/man/man4/linprocfs.4 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/man/man4/linprocfs.4 b/share/man/man4/linprocfs.4
index dcd1c642b409..043dedbd723a 100644
--- a/share/man/man4/linprocfs.4
+++ b/share/man/man4/linprocfs.4
@@ -1,7 +1,7 @@
 .\" Written by Garrett Wollman
 .\" This file is in the public domain.
 .\"
-.Dd May 29, 2025
+.Dd December 26, 2025
 .Dt LINPROCFS 4
 .Os
 .Sh NAME
@@ -126,11 +126,11 @@ Information about the swap device if any.
 Time since the last boot and time spent in idle state.
 .It Pa /compat/linux/proc/version
 Version of the emulated linux system.
-.It Pa /compat/linux/proc/pid
+.It Pa /compat/linux/proc/ Ns Ao Ar pid Ac
 A directory containing process information for process
-.Pa pid .
+.Ar pid .
 .It Pa /compat/linux/proc/self
-A directory containing process information for the current process.
+A symlink to a directory containing process information for the current 
process.
 .El
 .Sh EXAMPLES
 To mount a

Reply via email to