* [PATCH] proc.5: /proc/fs is not empty directory @ 2014-06-05 14:02 jchaloup [not found] ` <20140605140204.25995.48033.stgit-/v0jm+aXwyk2pP1PFFXgSPXAX3CI6PSWQQ4Iyu8u01E@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: jchaloup @ 2014-06-05 14:02 UTC (permalink / raw) To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Man page for proc says: /proc/fs Empty subdirectory. But ls says something else: $ ls /proc/fs/ ext4 jbd2 nfs nfsd In addition from https://www.kernel.org/doc/Documentation/filesystems/proc.txt, caption: 1.9 Ext4 file system parameters: Information about mounted ext4 file systems can be found in /proc/fs/ext4. This patch gives better description for the content. Open to give more description if someone knows more or where to find it. Signed-off-by: jchaloup <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> --- man5/proc.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man5/proc.5 b/man5/proc.5 index 8fd7b19..956760c 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -1805,7 +1805,7 @@ Then filesystems contained in this file are tried (excepted those that are marked with "nodev"). .TP .I /proc/fs -Empty subdirectory. +Directory shows which file systems are exported. .TP .I /proc/ide This directory -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 5+ messages in thread
[parent not found: <20140605140204.25995.48033.stgit-/v0jm+aXwyk2pP1PFFXgSPXAX3CI6PSWQQ4Iyu8u01E@public.gmane.org>]
* Re: [PATCH] proc.5: /proc/fs is not empty directory [not found] ` <20140605140204.25995.48033.stgit-/v0jm+aXwyk2pP1PFFXgSPXAX3CI6PSWQQ4Iyu8u01E@public.gmane.org> @ 2014-06-05 14:54 ` walter harms [not found] ` <539084A4.30301-fPG8STNUNVg@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: walter harms @ 2014-06-05 14:54 UTC (permalink / raw) To: jchaloup; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Am 05.06.2014 16:02, schrieb jchaloup: > Man page for proc says: > /proc/fs > Empty subdirectory. > > But ls says something else: > $ ls /proc/fs/ > ext4 jbd2 nfs nfsd > > In addition from https://www.kernel.org/doc/Documentation/filesystems/proc.txt, caption: 1.9 Ext4 file system parameters: > > Information about mounted ext4 file systems can be found in > /proc/fs/ext4. > > This patch gives better description for the content. Open to give more description if someone knows more or where to find it. > > Signed-off-by: jchaloup <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > --- > man5/proc.5 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man5/proc.5 b/man5/proc.5 > index 8fd7b19..956760c 100644 > --- a/man5/proc.5 > +++ b/man5/proc.5 > @@ -1805,7 +1805,7 @@ Then filesystems contained in this file are tried > (excepted those that are marked with "nodev"). > .TP > .I /proc/fs > -Empty subdirectory. > +Directory shows which file systems are exported. > .TP > .I /proc/ide > This directory hi, exported sounds for me like nfs export. what is about: "Information about mounted file systems" (copied and ajusted from proc.txt) re, wh > -- > To unsubscribe from this list: send the line "unsubscribe linux-man" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <539084A4.30301-fPG8STNUNVg@public.gmane.org>]
* Re: [PATCH] proc.5: /proc/fs is not empty directory [not found] ` <539084A4.30301-fPG8STNUNVg@public.gmane.org> @ 2014-06-06 8:37 ` Jan Chaloupka [not found] ` <53917DD5.5090708-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Jan Chaloupka @ 2014-06-06 8:37 UTC (permalink / raw) To: wharms-fPG8STNUNVg; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA On 06/05/2014 04:54 PM, walter harms wrote: > Am 05.06.2014 16:02, schrieb jchaloup: >> Man page for proc says: >> /proc/fs >> Empty subdirectory. >> >> But ls says something else: >> $ ls /proc/fs/ >> ext4 jbd2 nfs nfsd >> >> In addition from https://www.kernel.org/doc/Documentation/filesystems/proc.txt, caption: 1.9 Ext4 file system parameters: >> >> Information about mounted ext4 file systems can be found in >> /proc/fs/ext4. >> >> This patch gives better description for the content. Open to give more description if someone knows more or where to find it. >> >> Signed-off-by: jchaloup <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >> --- >> man5/proc.5 | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/man5/proc.5 b/man5/proc.5 >> index 8fd7b19..956760c 100644 >> --- a/man5/proc.5 >> +++ b/man5/proc.5 >> @@ -1805,7 +1805,7 @@ Then filesystems contained in this file are tried >> (excepted those that are marked with "nodev"). >> .TP >> .I /proc/fs >> -Empty subdirectory. >> +Directory shows which file systems are exported. >> .TP >> .I /proc/ide >> This directory > hi, > exported sounds for me like nfs export. what is about: > "Information about mounted file systems" (copied and ajusted from proc.txt) Fine for me. > re, > wh > -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <53917DD5.5090708-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH] proc.5: /proc/fs is not empty directory [not found] ` <53917DD5.5090708-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2014-06-12 11:45 ` Jan Chaloupka 2014-06-12 13:16 ` Michael Kerrisk (man-pages) 1 sibling, 0 replies; 5+ messages in thread From: Jan Chaloupka @ 2014-06-12 11:45 UTC (permalink / raw) To: wharms-fPG8STNUNVg Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w On 06/06/2014 10:37 AM, Jan Chaloupka wrote: > On 06/05/2014 04:54 PM, walter harms wrote: >> Am 05.06.2014 16:02, schrieb jchaloup: >>> Man page for proc says: >>> /proc/fs >>> Empty subdirectory. >>> >>> But ls says something else: >>> $ ls /proc/fs/ >>> ext4 jbd2 nfs nfsd >>> >>> In addition from >>> https://www.kernel.org/doc/Documentation/filesystems/proc.txt, >>> caption: 1.9 Ext4 file system parameters: >>> >>> Information about mounted ext4 file systems can be found in >>> /proc/fs/ext4. >>> >>> This patch gives better description for the content. Open to give >>> more description if someone knows more or where to find it. >>> >>> Signed-off-by: jchaloup <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >>> --- >>> man5/proc.5 | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/man5/proc.5 b/man5/proc.5 >>> index 8fd7b19..956760c 100644 >>> --- a/man5/proc.5 >>> +++ b/man5/proc.5 >>> @@ -1805,7 +1805,7 @@ Then filesystems contained in this file are tried >>> (excepted those that are marked with "nodev"). >>> .TP >>> .I /proc/fs >>> -Empty subdirectory. >>> +Directory shows which file systems are exported. >>> .TP >>> .I /proc/ide >>> This directory >> hi, >> exported sounds for me like nfs export. what is about: >> "Information about mounted file systems" (copied and ajusted from >> proc.txt) > Fine for me. Ping Michael >> re, >> wh >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-man" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] proc.5: /proc/fs is not empty directory [not found] ` <53917DD5.5090708-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2014-06-12 11:45 ` Jan Chaloupka @ 2014-06-12 13:16 ` Michael Kerrisk (man-pages) 1 sibling, 0 replies; 5+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-06-12 13:16 UTC (permalink / raw) To: Jan Chaloupka; +Cc: Walter Harms, linux-man On Fri, Jun 6, 2014 at 10:37 AM, Jan Chaloupka <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: > On 06/05/2014 04:54 PM, walter harms wrote: >> >> Am 05.06.2014 16:02, schrieb jchaloup: >>> >>> Man page for proc says: >>> /proc/fs >>> Empty subdirectory. >>> >>> But ls says something else: >>> $ ls /proc/fs/ >>> ext4 jbd2 nfs nfsd >>> >>> In addition from >>> https://www.kernel.org/doc/Documentation/filesystems/proc.txt, caption: 1.9 >>> Ext4 file system parameters: >>> >>> Information about mounted ext4 file systems can be found in >>> /proc/fs/ext4. >>> >>> This patch gives better description for the content. Open to give more >>> description if someone knows more or where to find it. >>> >>> Signed-off-by: jchaloup <jchaloup-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >>> --- >>> man5/proc.5 | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/man5/proc.5 b/man5/proc.5 >>> index 8fd7b19..956760c 100644 >>> --- a/man5/proc.5 >>> +++ b/man5/proc.5 >>> @@ -1805,7 +1805,7 @@ Then filesystems contained in this file are tried >>> (excepted those that are marked with "nodev"). >>> .TP >>> .I /proc/fs >>> -Empty subdirectory. >>> +Directory shows which file systems are exported. >>> .TP >>> .I /proc/ide >>> This directory >> >> hi, >> exported sounds for me like nfs export. what is about: >> "Information about mounted file systems" (copied and ajusted from >> proc.txt) > > Fine for me. > Walter's suggestion seems a reasonable place to start. I added the following: [[ Contains subdirectories that in turn contain files with information about (certain) mounted filesystems. ]] Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-06-12 13:16 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-06-05 14:02 [PATCH] proc.5: /proc/fs is not empty directory jchaloup [not found] ` <20140605140204.25995.48033.stgit-/v0jm+aXwyk2pP1PFFXgSPXAX3CI6PSWQQ4Iyu8u01E@public.gmane.org> 2014-06-05 14:54 ` walter harms [not found] ` <539084A4.30301-fPG8STNUNVg@public.gmane.org> 2014-06-06 8:37 ` Jan Chaloupka [not found] ` <53917DD5.5090708-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2014-06-12 11:45 ` Jan Chaloupka 2014-06-12 13:16 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).