Prev: [PATCH] softlockup: stop spurious softlockup messages due to overflow
Next: MTD: drop +x perms on C source files
From: Jiri Kosina on 15 Mar 2010 10:20 On Mon, 1 Mar 2010, Rob Landley wrote: > From: Rob Landley <rob(a)landley.net> > > Typo fix for a filename in procfs documentation. > > Signed-off-by: Rob Landley <rob(a)landley.net> > --- > > Documentation/filesystems/proc.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt > index 0d07513..14e6d29 100644 > --- a/Documentation/filesystems/proc.txt > +++ b/Documentation/filesystems/proc.txt > @@ -297,7 +297,7 @@ Table 1-4: Contents of the stat files (as of 2.6.30-rc7) > cgtime guest time of the task children in jiffies > .............................................................................. > > -The /proc/PID/map file containing the currently mapped memory regions and > +The /proc/PID/maps file containing the currently mapped memory regions and > their access permissions. > > The format is: Good catch, applied. Thanks Rob. -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |