linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpuset.7, initrd.7, pipe.7, symlink.2: filesystem in one word
@ 2013-09-09 23:14 Simon Paillard
       [not found] ` <1378768459-6143-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Paillard @ 2013-09-09 23:14 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

More s/file system/filesystem/ but multiligne (see 9ee4a2b6)
---
 man2/symlink.2 |    4 ++--
 man4/initrd.4  |    4 ++--
 man7/cpuset.7  |    4 ++--
 man7/pipe.7    |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/man2/symlink.2 b/man2/symlink.2
index 8f43cbf..ffebf14 100644
--- a/man2/symlink.2
+++ b/man2/symlink.2
@@ -99,8 +99,8 @@ did not allow search permission.
 .TP
 .B EDQUOT
 The user's quota of resources on the filesystem has been exhausted.
-The resources could be inodes or disk blocks, depending on the file
-system implementation.
+The resources could be inodes or disk blocks, depending on the filesystem
+implementation.
 .TP
 .B EEXIST
 .I newpath
diff --git a/man4/initrd.4 b/man4/initrd.4
index 03b91b2..6d0f058 100644
--- a/man4/initrd.4
+++ b/man4/initrd.4
@@ -353,8 +353,8 @@ sets
 .IR /proc/sys/kernel/real-root-dev ,
 unmount
 .IR /proc ,
-the normal root filesystem and any other file
-systems it has mounted, and then terminates.
+the normal root filesystem and any other filesystems
+it has mounted, and then terminates.
 .IP 6.
 The kernel then mounts the normal root filesystem.
 .IP 7.
diff --git a/man7/cpuset.7 b/man7/cpuset.7
index e3c63df..c16a72d 100644
--- a/man7/cpuset.7
+++ b/man7/cpuset.7
@@ -46,8 +46,8 @@ the administrator can configure the cpusets on a system
 to control the processor and memory placement of processes
 on that system.
 By default, if the cpuset configuration
-on a system is not modified or if the cpuset file
-system is not even mounted, then the cpuset mechanism,
+on a system is not modified or if the cpuset filesystem
+is not even mounted, then the cpuset mechanism,
 though present, has no affect on the system's behavior.
 .PP
 A cpuset defines a list of CPUs and memory nodes.
diff --git a/man7/pipe.7 b/man7/pipe.7
index 5cce716..78d1cea 100644
--- a/man7/pipe.7
+++ b/man7/pipe.7
@@ -45,8 +45,8 @@ processes; see
 .BR pipe (2)
 for an example.
 
-A FIFO (short for First In First Out) has a name within the file
-system (created using
+A FIFO (short for First In First Out) has a name within the filesystem
+(created using
 .BR mkfifo (3)),
 and is opened using
 .BR open (2).
-- 
1.7.10.4

--
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] 2+ messages in thread

* Re: [PATCH] cpuset.7, initrd.7, pipe.7, symlink.2: filesystem in one word
       [not found] ` <1378768459-6143-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-09-13  4:31   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-09-13  4:31 UTC (permalink / raw)
  To: Simon Paillard
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA,
	mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

On 10.09.2013 01:14, Simon Paillard wrote:
> More s/file system/filesystem/ but multiligne (see 9ee4a2b6)

Thanks for that, Simon. Applied.

Cheers,

Michael


> ---
>  man2/symlink.2 |    4 ++--
>  man4/initrd.4  |    4 ++--
>  man7/cpuset.7  |    4 ++--
>  man7/pipe.7    |    4 ++--
>  4 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/man2/symlink.2 b/man2/symlink.2
> index 8f43cbf..ffebf14 100644
> --- a/man2/symlink.2
> +++ b/man2/symlink.2
> @@ -99,8 +99,8 @@ did not allow search permission.
>  .TP
>  .B EDQUOT
>  The user's quota of resources on the filesystem has been exhausted.
> -The resources could be inodes or disk blocks, depending on the file
> -system implementation.
> +The resources could be inodes or disk blocks, depending on the filesystem
> +implementation.
>  .TP
>  .B EEXIST
>  .I newpath
> diff --git a/man4/initrd.4 b/man4/initrd.4
> index 03b91b2..6d0f058 100644
> --- a/man4/initrd.4
> +++ b/man4/initrd.4
> @@ -353,8 +353,8 @@ sets
>  .IR /proc/sys/kernel/real-root-dev ,
>  unmount
>  .IR /proc ,
> -the normal root filesystem and any other file
> -systems it has mounted, and then terminates.
> +the normal root filesystem and any other filesystems
> +it has mounted, and then terminates.
>  .IP 6.
>  The kernel then mounts the normal root filesystem.
>  .IP 7.
> diff --git a/man7/cpuset.7 b/man7/cpuset.7
> index e3c63df..c16a72d 100644
> --- a/man7/cpuset.7
> +++ b/man7/cpuset.7
> @@ -46,8 +46,8 @@ the administrator can configure the cpusets on a system
>  to control the processor and memory placement of processes
>  on that system.
>  By default, if the cpuset configuration
> -on a system is not modified or if the cpuset file
> -system is not even mounted, then the cpuset mechanism,
> +on a system is not modified or if the cpuset filesystem
> +is not even mounted, then the cpuset mechanism,
>  though present, has no affect on the system's behavior.
>  .PP
>  A cpuset defines a list of CPUs and memory nodes.
> diff --git a/man7/pipe.7 b/man7/pipe.7
> index 5cce716..78d1cea 100644
> --- a/man7/pipe.7
> +++ b/man7/pipe.7
> @@ -45,8 +45,8 @@ processes; see
>  .BR pipe (2)
>  for an example.
>  
> -A FIFO (short for First In First Out) has a name within the file
> -system (created using
> +A FIFO (short for First In First Out) has a name within the filesystem
> +(created using
>  .BR mkfifo (3)),
>  and is opened using
>  .BR open (2).
> 

--
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] 2+ messages in thread

end of thread, other threads:[~2013-09-13  4:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 23:14 [PATCH] cpuset.7, initrd.7, pipe.7, symlink.2: filesystem in one word Simon Paillard
     [not found] ` <1378768459-6143-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-09-13  4:31   ` 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).