linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Update Documentation: unix_dgram_qlen@proc.txt
@ 2009-03-31  9:55 Li Xiaodong
  2009-04-02  0:57 ` Li Zefan
  0 siblings, 1 reply; 3+ messages in thread
From: Li Xiaodong @ 2009-03-31  9:55 UTC (permalink / raw)
  To: linux-kernel, akpm; +Cc: Li Xiaodong

Update of Documentation: proc.txt

Previous description about system parameter in /proc/sys/net/unix/ is wrong (or missed).
Simply add a new description about unix_dgram_qlen according to latest kernel.

signed-off-by: Li Xiaodong <lixd@cn.fujitsu.com>

---
 Documentation/filesystems/proc.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 830bad7..cb3f459 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -1501,8 +1501,9 @@ of struct cmsghdr structures with appended data.
 /proc/sys/net/unix - Parameters for Unix domain sockets
 -------------------------------------------------------
 
-There are  only  two  files  in this subdirectory. They control the delays for
-deleting and destroying socket descriptors.
+There is only one file in this directory.
+unix_dgram_qlen limits the max number of datagrams queued in Unix domain
+socket's buffer. It will not take effect unless PF_UNIX flag is spicified.
 
 2.8 /proc/sys/net/ipv4 - IPV4 settings
 --------------------------------------
-- 
1.5.3.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Update Documentation: unix_dgram_qlen@proc.txt
  2009-03-31  9:55 [PATCH] Update Documentation: unix_dgram_qlen@proc.txt Li Xiaodong
@ 2009-04-02  0:57 ` Li Zefan
  2009-04-07  5:28   ` [PATCH] Documentation/sysctl/net.txt: fix a typo Li Zefan
  0 siblings, 1 reply; 3+ messages in thread
From: Li Zefan @ 2009-04-02  0:57 UTC (permalink / raw)
  To: Li Xiaodong; +Cc: linux-kernel, akpm

> -There are  only  two  files  in this subdirectory. They control the delays for
> -deleting and destroying socket descriptors.
> +There is only one file in this directory.
> +unix_dgram_qlen limits the max number of datagrams queued in Unix domain
> +socket's buffer. It will not take effect unless PF_UNIX flag is spicified.
>  

s/spicified/specified

>  2.8 /proc/sys/net/ipv4 - IPV4 settings
>  --------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] Documentation/sysctl/net.txt: fix a typo
  2009-04-02  0:57 ` Li Zefan
@ 2009-04-07  5:28   ` Li Zefan
  0 siblings, 0 replies; 3+ messages in thread
From: Li Zefan @ 2009-04-07  5:28 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Li Xiaodong, linux-kernel, David Miller, linux-net

Li Zefan wrote:
>> -There are  only  two  files  in this subdirectory. They control the delays for
>> -deleting and destroying socket descriptors.
>> +There is only one file in this directory.
>> +unix_dgram_qlen limits the max number of datagrams queued in Unix domain
>> +socket's buffer. It will not take effect unless PF_UNIX flag is spicified.
>>  
> 
> s/spicified/specified
> 

sigh..This slipped into mainline..let's fix it.


================


s/spicified/specified

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
 Documentation/sysctl/net.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt
index a34d55b..df38ef0 100644
--- a/Documentation/sysctl/net.txt
+++ b/Documentation/sysctl/net.txt
@@ -95,7 +95,7 @@ of struct cmsghdr structures with appended data.
 
 There is only one file in this directory.
 unix_dgram_qlen limits the max number of datagrams queued in Unix domain
-socket's buffer. It will not take effect unless PF_UNIX flag is spicified.
+socket's buffer. It will not take effect unless PF_UNIX flag is specified.
 
 
 3. /proc/sys/net/ipv4 - IPV4 settings
-- 
1.5.4.rc3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-07  5:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-31  9:55 [PATCH] Update Documentation: unix_dgram_qlen@proc.txt Li Xiaodong
2009-04-02  0:57 ` Li Zefan
2009-04-07  5:28   ` [PATCH] Documentation/sysctl/net.txt: fix a typo Li Zefan

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).