linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] rtc.4: tfix
@ 2016-07-07  9:57 Jakub Wilk
       [not found] ` <1467885458-625-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-07-07  9:57 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man4/rtc.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man4/rtc.4 b/man4/rtc.4
index c4675a7..218582c 100644
--- a/man4/rtc.4
+++ b/man4/rtc.4
@@ -238,9 +238,9 @@ these operations can be used to read or to set the RTC's Epoch,
 respectively.
 The third
 .BR ioctl (2)
-argument is a
+argument is an
 .I "unsigned long\ *"
-or a
+or an
 .IR "unsigned long" ,
 respectively, and the value returned (or assigned) is the Epoch.
 To set the RTC's Epoch the process must be privileged (i.e., have the
-- 
2.8.1

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

* [PATCH 2/3] ip.7: tfix
       [not found] ` <1467885458-625-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-07-07  9:57   ` Jakub Wilk
       [not found]     ` <1467885458-625-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-07-07  9:57   ` [PATCH 3/3] mount_namespaces.7: tfix Jakub Wilk
  2016-07-07 10:10   ` [PATCH 1/3] rtc.4: tfix Michael Kerrisk (man-pages)
  2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-07-07  9:57 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man7/ip.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/ip.7 b/man7/ip.7
index 37e2c86..8db71e2 100644
--- a/man7/ip.7
+++ b/man7/ip.7
@@ -1150,7 +1150,7 @@ address was not local.
 Operation on a nonblocking socket would block.
 .TP
 .B EALREADY
-An connection operation on a nonblocking socket is already in progress.
+A connection operation on a nonblocking socket is already in progress.
 .TP
 .B ECONNABORTED
 A connection was closed during an
-- 
2.8.1

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

* [PATCH 3/3] mount_namespaces.7: tfix
       [not found] ` <1467885458-625-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-07-07  9:57   ` [PATCH 2/3] ip.7: tfix Jakub Wilk
@ 2016-07-07  9:57   ` Jakub Wilk
       [not found]     ` <1467885458-625-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-07-07 10:10   ` [PATCH 1/3] rtc.4: tfix Michael Kerrisk (man-pages)
  2 siblings, 1 reply; 6+ messages in thread
From: Jakub Wilk @ 2016-07-07  9:57 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 man7/mount_namespaces.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7
index fdd7368..1640c5b 100644
--- a/man7/mount_namespaces.7
+++ b/man7/mount_namespaces.7
@@ -677,7 +677,7 @@ as for a bind operation on each mount in the subtree.
 (Unbindable mounts are automatically pruned at the target mount point.)
 
 For further details, see
-.I Documenation/filesystems/sharedsubtrees.txt
+.I Documentation/filesystems/sharedsubtree.txt
 in the kernel source tree.
 .\"
 .SS Move (MS_MOVE) semantics
@@ -715,7 +715,7 @@ dest(B)	shared    |	shared	shared	slave+shared	invalid
 Note: moving a mount that resides under a shared mount is invalid.
 
 For further details, see
-.I Documenation/filesystems/sharedsubtrees.txt
+.I Documentation/filesystems/sharedsubtree.txt
 in the kernel source tree.
 .\"
 .SS Mount semantics
-- 
2.8.1

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

* Re: [PATCH 1/3] rtc.4: tfix
       [not found] ` <1467885458-625-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2016-07-07  9:57   ` [PATCH 2/3] ip.7: tfix Jakub Wilk
  2016-07-07  9:57   ` [PATCH 3/3] mount_namespaces.7: tfix Jakub Wilk
@ 2016-07-07 10:10   ` Michael Kerrisk (man-pages)
  2 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-07-07 10:10 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 07/07/2016 11:57 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub! Applied.

Cheers,

Michael


> ---
>  man4/rtc.4 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man4/rtc.4 b/man4/rtc.4
> index c4675a7..218582c 100644
> --- a/man4/rtc.4
> +++ b/man4/rtc.4
> @@ -238,9 +238,9 @@ these operations can be used to read or to set the RTC's Epoch,
>  respectively.
>  The third
>  .BR ioctl (2)
> -argument is a
> +argument is an
>  .I "unsigned long\ *"
> -or a
> +or an
>  .IR "unsigned long" ,
>  respectively, and the value returned (or assigned) is the Epoch.
>  To set the RTC's Epoch the process must be privileged (i.e., have the
>


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

* Re: [PATCH 2/3] ip.7: tfix
       [not found]     ` <1467885458-625-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-07-07 10:16       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-07-07 10:16 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 07/07/2016 11:57 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub! Applied.

Cheers,

Michael



> ---
>  man7/ip.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/ip.7 b/man7/ip.7
> index 37e2c86..8db71e2 100644
> --- a/man7/ip.7
> +++ b/man7/ip.7
> @@ -1150,7 +1150,7 @@ address was not local.
>  Operation on a nonblocking socket would block.
>  .TP
>  .B EALREADY
> -An connection operation on a nonblocking socket is already in progress.
> +A connection operation on a nonblocking socket is already in progress.
>  .TP
>  .B ECONNABORTED
>  A connection was closed during an
>


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

* Re: [PATCH 3/3] mount_namespaces.7: tfix
       [not found]     ` <1467885458-625-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-07-07 10:17       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-07-07 10:17 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 07/07/2016 11:57 AM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>

Thanks, Jakub! Applied.

Cheers,

Michael



> ---
>  man7/mount_namespaces.7 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7
> index fdd7368..1640c5b 100644
> --- a/man7/mount_namespaces.7
> +++ b/man7/mount_namespaces.7
> @@ -677,7 +677,7 @@ as for a bind operation on each mount in the subtree.
>  (Unbindable mounts are automatically pruned at the target mount point.)
>
>  For further details, see
> -.I Documenation/filesystems/sharedsubtrees.txt
> +.I Documentation/filesystems/sharedsubtree.txt
>  in the kernel source tree.
>  .\"
>  .SS Move (MS_MOVE) semantics
> @@ -715,7 +715,7 @@ dest(B)	shared    |	shared	shared	slave+shared	invalid
>  Note: moving a mount that resides under a shared mount is invalid.
>
>  For further details, see
> -.I Documenation/filesystems/sharedsubtrees.txt
> +.I Documentation/filesystems/sharedsubtree.txt
>  in the kernel source tree.
>  .\"
>  .SS Mount semantics
>


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

end of thread, other threads:[~2016-07-07 10:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07  9:57 [PATCH 1/3] rtc.4: tfix Jakub Wilk
     [not found] ` <1467885458-625-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-07-07  9:57   ` [PATCH 2/3] ip.7: tfix Jakub Wilk
     [not found]     ` <1467885458-625-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-07-07 10:16       ` Michael Kerrisk (man-pages)
2016-07-07  9:57   ` [PATCH 3/3] mount_namespaces.7: tfix Jakub Wilk
     [not found]     ` <1467885458-625-3-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-07-07 10:17       ` Michael Kerrisk (man-pages)
2016-07-07 10:10   ` [PATCH 1/3] rtc.4: tfix 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).