All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/19] ioctl_list.2: spfix
@ 2015-12-06 18:47 Jakub Wilk
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

There's no such thing as "Gnu Public License";
GPL stands for "General Public License".

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

diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2
index 7f4d914..0cca57e 100644
--- a/man2/ioctl_list.2
+++ b/man2/ioctl_list.2
@@ -3,7 +3,7 @@
 .\" <mec-2HzYfV7nvfBaoFzlprW4MV6hYfS7NtTn@public.gmane.org>
 .\"
 .\" %%%LICENSE_START(GPLv2_MISC)
-.\" It is licensed under the Gnu Public License, Version 2.
+.\" It is licensed under the GNU General Public License, Version 2.
 .\" %%%LICENSE_END
 .\"
 .\" Ioctl List 1.3.27
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 02/19] Changes.old: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 03/19] Makefile: tfix Jakub Wilk
                     ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
 Changes.old | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Changes.old b/Changes.old
index 48602a4..1a0e13d 100644
--- a/Changes.old
+++ b/Changes.old
@@ -16020,7 +16020,7 @@ vfork.2
 
 clock_getres.3
     Michael Kerrisk
-        CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not setabble
+        CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID not settable
             According to POSIX.1-2001, the CLOCK_PROCESS_CPUTIME_ID and
             CLOCK_THREAD_CPUTIME_ID clocks should be settable, but
             currently they are not.
@@ -20618,7 +20618,7 @@ sigstack.3
     Michael Kerrisk
         New link to sigaltstack.2
             No new programs should use sigstack(3). Point the user to the
-            better sigalstack(2), whose man page briefly mentions sigstack(3).
+            better sigaltstack(2), whose man page briefly mentions sigstack(3).
 
 vlimit.3
     Michael Kerrisk
@@ -33063,7 +33063,7 @@ inotify.7
 
 libc.7
     Michael Kerrisk
-        Clarify man-pages policy on documenting C libraries other tahn glibc
+        Clarify man-pages policy on documenting C libraries other than glibc
     Michael Kerrisk
         Use absolute dates in discussion of libc vs glibc
 
@@ -35619,7 +35619,7 @@ statfs.2
         Document the 'f_flags' field added in Linux 2.6.36
     Michael Kerrisk
         Clarify that 'statfs' structure has some padding bytes
-            The number of padding bytes has changed over tyme, as some
+            The number of padding bytes has changed over time, as some
             bytes are used, so describe this aspect of the structure
             less explicitly.
     Tao Ma
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 03/19] Makefile: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2015-12-06 18:47   ` [PATCH 02/19] Changes.old: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 04/19] dup.2: tfix Jakub Wilk
                     ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/Makefile b/Makefile
index 50a4579..237310d 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ install:
 		install -m 644 "$$i"/* $(DESTDIR)$(MANDIR)/"$$i" || exit $$?; \
 	done; \
 
-# Check if groff reports warnings (may be words of sentances not displayed)
+# Check if groff reports warnings (may be words of sentences not displayed)
 # from http://lintian.debian.org/tags/manpage-has-errors-from-man.html 
 GROFF_LOG := $(shell mktemp /tmp/manpages-checksXXXX)
 check-groff-warnings:
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 04/19] dup.2: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
  2015-12-06 18:47   ` [PATCH 02/19] Changes.old: tfix Jakub Wilk
  2015-12-06 18:47   ` [PATCH 03/19] Makefile: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 05/19] fcntl.2: tfix Jakub Wilk
                     ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/dup.2 b/man2/dup.2
index 98223d3..5b6819d 100644
--- a/man2/dup.2
+++ b/man2/dup.2
@@ -27,7 +27,7 @@
 .\"
 .\" Modified 1993-07-21, Rik Faith <faith-+5Oa3zvhR2o3uPMLIKxrzw@public.gmane.org>
 .\" Modified 1994-08-21, Michael Chastain <mec-wIJ4PmSvKFZi9A7wlehHsA@public.gmane.org>:
-.\"   Fixed typoes.
+.\"   Fixed typos.
 .\" Modified 1997-01-31, Eric S. Raymond <esr-4uCgticg2UFBDgjK7y7TUQ@public.gmane.org>
 .\" Modified 2002-09-28, aeb
 .\" 2009-01-12, mtk, reordered text in DESCRIPTION and added some
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 05/19] fcntl.2: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (2 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 04/19] dup.2: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 06/19] cbrt.3: tfix Jakub Wilk
                     ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 963c339..c3f7dc2 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -1425,7 +1425,7 @@ Note that shrinking or growing the size of the file is
 still possible and allowed.
 .\" One or more other seals are typically used with F_SEAL_WRITE
 .\" because, given a file with the F_SEAL_WRITE seal set, then,
-.\" while it would no longer be possinle to (say) write zeros into
+.\" while it would no longer be possible to (say) write zeros into
 .\" the last 100 bytes of a file, it would still be possible
 .\" to (say) shrink the file by 100 bytes using ftruncate(), and
 .\" then increase the file size by 100 bytes, which would have
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 06/19] cbrt.3: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (3 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 05/19] fcntl.2: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 07/19] clog.3: tfix Jakub Wilk
                     ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man3/cbrt.3 b/man3/cbrt.3
index c44b8ec..cdbae5b 100644
--- a/man3/cbrt.3
+++ b/man3/cbrt.3
@@ -63,7 +63,7 @@ or
 .BR cbrtl ():
 .RS 4
 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
-_POSIX_C_SOUCE\ >=\ 200112L;
+_POSIX_C_SOURCE\ >=\ 200112L;
 .br
 or
 .I cc\ -std=c99
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 07/19] clog.3: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (4 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 06/19] cbrt.3: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 08/19] dlerror.3: tfix Jakub Wilk
                     ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man3/clog.3 b/man3/clog.3
index b31c532..5de60ab 100644
--- a/man3/clog.3
+++ b/man3/clog.3
@@ -18,7 +18,7 @@ clog, clogf, clogl \- natural logarithm of a complex number
 .sp
 Link with \fI\-lm\fP.
 .SH DESCRIPTION
-These functions calcualte the complex natural logarithm of
+These functions calculate the complex natural logarithm of
 .IR z ,
 with a branch cut along the negative real axis.
 
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 08/19] dlerror.3: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (5 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 07/19] clog.3: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 09/19] bootparam.7: tfix Jakub Wilk
                     ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man3/dlerror.3 b/man3/dlerror.3
index 8196d8c..85062a7 100644
--- a/man3/dlerror.3
+++ b/man3/dlerror.3
@@ -65,7 +65,7 @@ POSIX.1-2001.
 .SH NOTES
 The message returned by
 .BR dlerror ()
-may reside in a staticially allocated buffer that is
+may reside in a statically allocated buffer that is
 overwritten by subsequent
 .BR dlerror ()
 calls.
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 09/19] bootparam.7: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (6 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 08/19] dlerror.3: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 10/19] icmp.7: tfix Jakub Wilk
                     ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/bootparam.7 b/man7/bootparam.7
index 43412ee..4bea3ea 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -604,7 +604,7 @@ There are many floppy driver options, and they are all listed in
 .I Documentation/blockdev/floppy.txt
 (or
 .I Documentation/floppy.txt
-in oplder kernels, or
+in older kernels, or
 .I drivers/block/README.fd
 for ancient kernels) in the Linux kernel source.
 See that file for the details.
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 10/19] icmp.7: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (7 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 09/19] bootparam.7: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 11/19] ipv6.7: tfix Jakub Wilk
                     ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/icmp.7 b/man7/icmp.7
index 6c23415..05e1adf 100644
--- a/man7/icmp.7
+++ b/man7/icmp.7
@@ -161,7 +161,7 @@ sent to prevent loops when a packet has crossed too many hops.
 .TP
 .IR ping_group_range " (two integers; default: see below; since Linux 2.6.39)"
 Range of the group IDs (minimum and maximum group IDs, inclusive)
-ithat are allowed to create ICMP Echo sockets.
+that are allowed to create ICMP Echo sockets.
 The default is "1 0", which
 means no group is allowed to create ICMP Echo sockets.
 .SH VERSIONS
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 11/19] ipv6.7: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (8 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 10/19] icmp.7: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 12/19] man-pages.7: tfix Jakub Wilk
                     ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/ipv6.7 b/man7/ipv6.7
index 289a417..f6d88c1 100644
--- a/man7/ipv6.7
+++ b/man7/ipv6.7
@@ -10,7 +10,7 @@
 .\" $Id: ipv6.7,v 1.3 2000/12/20 18:10:31 ak Exp $
 .\"
 .\" The following socket options are undocumented
-.\"	All of the folloing are from:
+.\"	All of the following are from:
 .\"	    commit 333fad5364d6b457c8d837f7d05802d2aaf8a961
 .\"	    Author: YOSHIFUJI Hideaki <yoshfuji-VfPWfsRibaP+Ru+s062T9g@public.gmane.org>
 .\"	    Support several new sockopt / ancillary data in Advanced API (RFC3542).
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 12/19] man-pages.7: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (9 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 11/19] ipv6.7: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 13/19] svipc.7: tfix Jakub Wilk
                     ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/man-pages.7 b/man7/man-pages.7
index df5b2b9..c210968 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -130,7 +130,7 @@ The section number in which the man page should be placed (e.g.,
 The date of the last nontrivial change that was made to the man page.
 (Within the
 .I man-pages
-project, the necessary updates to these timetamps are handled
+project, the necessary updates to these timestamps are handled
 automatically by scripts, so there is no need to manually update
 them as part of a patch.)
 Dates should be written in the form YYYY-MM-DD.
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 13/19] svipc.7: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (10 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 12/19] man-pages.7: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 14/19] unicode.7: tfix Jakub Wilk
                     ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/svipc.7 b/man7/svipc.7
index 94b5e82..c6a12eb 100644
--- a/man7/svipc.7
+++ b/man7/svipc.7
@@ -34,7 +34,7 @@
 .\"   * Documentation of the various /proc interfaces should move into
 .\"     those files (from proc(5)), and references in the various *.2
 .\"     pages that refer to the /proc files should be adjusted.
-.\"   * The only part that uniquely belongs in svipc(7) is perphaps
+.\"   * The only part that uniquely belongs in svipc(7) is perhaps
 .\"     the discussion of ipc_perm.
 .\"
 .TH SVIPC 7 2014-09-21 "Linux" "Linux Programmer's Manual"
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 14/19] unicode.7: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (11 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 13/19] svipc.7: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 15/19] ld.so.8: tfix Jakub Wilk
                     ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man7/unicode.7 b/man7/unicode.7
index 2d8b883..7fd312b 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -133,7 +133,7 @@ of UCS:
 Level 1
 Combining characters and Hangul Jamo
 (a variant encoding of the Korean script, where a Hangul syllable
-glyph is coded as a triplet or pair of vovel/consonant codes) are not
+glyph is coded as a triplet or pair of vowel/consonant codes) are not
 supported.
 .TP
 Level 2
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 15/19] ld.so.8: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (12 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 14/19] unicode.7: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 16/19] scripts/markup_check.sh: tfix Jakub Wilk
                     ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 8a80eba..608cf7c 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -83,7 +83,7 @@ In the default path
 .IR /lib ,
 and then
 .IR /usr/lib .
-(On some 64-bit archiectures, the default paths for 64-bit shared objects are
+(On some 64-bit architectures, the default paths for 64-bit shared objects are
 .IR /lib64 ,
 and then
 .IR /usr/lib64 .)
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 16/19] scripts/markup_check.sh: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (13 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 15/19] ld.so.8: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 17/19] pthread_rwlockattr_setkind_np.3: tfix Jakub Wilk
                     ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/scripts/markup_check.sh b/scripts/markup_check.sh
index fdf047a..4dddd3a 100644
--- a/scripts/markup_check.sh
+++ b/scripts/markup_check.sh
@@ -26,7 +26,7 @@ pagename_pattern='[a-z_A-Z][^ ]*'
     grep "$pattern" $file_list | sed 's/^/        /' | tee -a $LOG
 
     echo ""
-    echo "Checking for misformmatted punctuation in .BR xrefs"
+    echo "Checking for misformatted punctuation in .BR xrefs"
     pattern='^\.BR  *'"$pagename_pattern"'  *([1-8a-zA-Z]*) [^ ]'
     echo "    Pattern: '$pattern'"
     grep "$pattern" $file_list | sed 's/^/        /' | tee -a $LOG
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 17/19] pthread_rwlockattr_setkind_np.3: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (14 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 16/19] scripts/markup_check.sh: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 18/19] mount.2: tfix Jakub Wilk
                     ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man3/pthread_rwlockattr_setkind_np.3 b/man3/pthread_rwlockattr_setkind_np.3
index bf7f7c6..c90d9a5 100644
--- a/man3/pthread_rwlockattr_setkind_np.3
+++ b/man3/pthread_rwlockattr_setkind_np.3
@@ -6,7 +6,7 @@
 .\" preserved on all copies.
 .\"
 .\" Permission is granted to copy and distribute modified versions of this
-.\" manual under the conditions for verbat`im copying, provided that the
+.\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
 .\"
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 18/19] mount.2: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (15 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 17/19] pthread_rwlockattr_setkind_np.3: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-06 18:47   ` [PATCH 19/19] prctl.2: tfix Jakub Wilk
  2015-12-07  7:14   ` [PATCH 01/19] ioctl_list.2: spfix Michael Kerrisk (man-pages)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/mount.2 b/man2/mount.2
index 0ceaca3..64ed128 100644
--- a/man2/mount.2
+++ b/man2/mount.2
@@ -90,7 +90,7 @@ in the low order 16 bits:
 .\"		can be re-marked PRIVATE.
 .\"	MS_SHARED
 .\"		Mount points that are marked SHARED propagate mount events
-.\"		to one another after bieing cloned.
+.\"		to one another after being cloned.
 
 .\"			mount --make-rshared ==> MS_SHARED | MS_REC
 
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* [PATCH 19/19] prctl.2: tfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (16 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 18/19] mount.2: tfix Jakub Wilk
@ 2015-12-06 18:47   ` Jakub Wilk
  2015-12-07  7:14   ` [PATCH 01/19] ioctl_list.2: spfix Michael Kerrisk (man-pages)
  18 siblings, 0 replies; 20+ messages in thread
From: Jakub Wilk @ 2015-12-06 18:47 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

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

diff --git a/man2/prctl.2 b/man2/prctl.2
index 7a75b4f..5cea3bb 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -1290,7 +1290,7 @@ or tried to set a flag whose corresponding locked flag was set
 .I option
 is
 .BR PR_SET_KEEPCAPS ,
-and the callers's
+and the caller's
 .B SECURE_KEEP_CAPS_LOCKED
 flag is set
 (see
-- 
2.6.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 related	[flat|nested] 20+ messages in thread

* Re: [PATCH 01/19] ioctl_list.2: spfix
       [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
                     ` (17 preceding siblings ...)
  2015-12-06 18:47   ` [PATCH 19/19] prctl.2: tfix Jakub Wilk
@ 2015-12-07  7:14   ` Michael Kerrisk (man-pages)
  18 siblings, 0 replies; 20+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-12-07  7:14 UTC (permalink / raw)
  To: Jakub Wilk
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Jakub,

Thanks for this series of patches! All have been applied.

Cheers,

Michael



On 12/06/2015 07:47 PM, Jakub Wilk wrote:
> There's no such thing as "Gnu Public License";
> GPL stands for "General Public License".
> 
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
> ---
>  man2/ioctl_list.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/ioctl_list.2 b/man2/ioctl_list.2
> index 7f4d914..0cca57e 100644
> --- a/man2/ioctl_list.2
> +++ b/man2/ioctl_list.2
> @@ -3,7 +3,7 @@
>  .\" <mec-2HzYfV7nvfBaoFzlprW4MV6hYfS7NtTn@public.gmane.org>
>  .\"
>  .\" %%%LICENSE_START(GPLv2_MISC)
> -.\" It is licensed under the Gnu Public License, Version 2.
> +.\" It is licensed under the GNU General Public License, Version 2.
>  .\" %%%LICENSE_END
>  .\"
>  .\" Ioctl List 1.3.27
> 


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

end of thread, other threads:[~2015-12-07  7:14 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-06 18:47 [PATCH 01/19] ioctl_list.2: spfix Jakub Wilk
     [not found] ` <1449427652-3585-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2015-12-06 18:47   ` [PATCH 02/19] Changes.old: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 03/19] Makefile: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 04/19] dup.2: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 05/19] fcntl.2: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 06/19] cbrt.3: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 07/19] clog.3: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 08/19] dlerror.3: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 09/19] bootparam.7: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 10/19] icmp.7: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 11/19] ipv6.7: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 12/19] man-pages.7: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 13/19] svipc.7: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 14/19] unicode.7: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 15/19] ld.so.8: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 16/19] scripts/markup_check.sh: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 17/19] pthread_rwlockattr_setkind_np.3: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 18/19] mount.2: tfix Jakub Wilk
2015-12-06 18:47   ` [PATCH 19/19] prctl.2: tfix Jakub Wilk
2015-12-07  7:14   ` [PATCH 01/19] ioctl_list.2: spfix Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.