Re: Issue in man page proc_pid_fd.5
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-11-17 11:24:59
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-11-17 11:24:59
[CC += Branden] Hi Helge, On Sun, Nov 17, 2024 at 10:46:22AM GMT, Helge Kreutzmann wrote:
Without further ado, the following was found: Issue: Inode -> I<inode>? "type:[inode]\n"
I've applied the following patch: commit f3ac823f7501910031855c1f6e640f0dc5e295bb (HEAD -> contrib) Author: Alejandro Colomar [off-list ref] Date: Sun Nov 17 12:23:48 2024 +0100 proc_pid_fd.5: ffix Reported-by: Helge Kreutzmann [off-list ref] Cc: "G. Branden Robinson" [off-list ref] Signed-off-by: Alejandro Colomar [off-list ref] diff --git a/man/man5/proc_pid_fd.5 b/man/man5/proc_pid_fd.5 index 2e3341ad8..903063e82 100644 --- a/man/man5/proc_pid_fd.5 +++ b/man/man5/proc_pid_fd.5 @@ -24,7 +24,7 @@ .SH DESCRIPTION .IP .in +4n .EX -type:[inode] +.IB type :[ inode ] .EE .in .IP @@ -50,7 +50,7 @@ .SH DESCRIPTION .IP .in +4n .EX -.RI anon_inode: file-type +.BI anon_inode: file-type .EE .in .IP If anyone has comments, please let me know. Have a lovely day! Alex -- <https://www.alejandro-colomar.es/>