* [PATCH 0/8] fix spelling/typos in man pages
@ 2015-02-24 17:15 wfp5p
2015-02-24 17:15 ` [PATCH 1/8] runuser.1: fix spelling implemenation -> implementation wfp5p
` (8 more replies)
0 siblings, 9 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
A few spelling and typo fixes in man pages.
Bill Pemberton (8):
runuser.1: fix spelling implemenation -> implementation
scriptreplay.1: fix spelling overide -> override
unshare.1: fix spelling permamently -> permanently
last.1: fix spelling preferrable -> preferable
lslogins.1: fix spelling priviliges -> privileges
hwclock.8.in: fix spelling transfered -> transferred
prlimit.1: fix typo umlimited -> unlimited
agetty.8: fix typo unnsupported -> unsupported
login-utils/last.1 | 2 +-
login-utils/lslogins.1 | 2 +-
login-utils/runuser.1 | 2 +-
sys-utils/hwclock.8.in | 2 +-
sys-utils/prlimit.1 | 2 +-
sys-utils/unshare.1 | 2 +-
term-utils/agetty.8 | 2 +-
term-utils/scriptreplay.1 | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
--
2.1.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/8] runuser.1: fix spelling implemenation -> implementation
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
@ 2015-02-24 17:15 ` wfp5p
2015-02-24 17:15 ` [PATCH 2/8] scriptreplay.1: fix spelling overide -> override wfp5p
` (7 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
---
login-utils/runuser.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/login-utils/runuser.1 b/login-utils/runuser.1
index 1fec182c8f50..0672cd66d335 100644
--- a/login-utils/runuser.1
+++ b/login-utils/runuser.1
@@ -225,7 +225,7 @@ global logindef config file
.BR su (1)
.SH HISTORY
This \fB runuser\fR command was
-derived from coreutils' \fBsu\fR, which was based on an implemenation by
+derived from coreutils' \fBsu\fR, which was based on an implementation by
David MacKenzie, and the Fedora \fBrunuser\fR command by Dan Walsh.
.SH AVAILABILITY
The runuser command is part of the util-linux package and is
--
2.1.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 2/8] scriptreplay.1: fix spelling overide -> override
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
2015-02-24 17:15 ` [PATCH 1/8] runuser.1: fix spelling implemenation -> implementation wfp5p
@ 2015-02-24 17:15 ` wfp5p
2015-02-24 17:15 ` [PATCH 3/8] unshare.1: fix spelling permamently -> permanently wfp5p
` (6 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
---
term-utils/scriptreplay.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/term-utils/scriptreplay.1 b/term-utils/scriptreplay.1
index 8c9053aed80f..312573cf6fee 100644
--- a/term-utils/scriptreplay.1
+++ b/term-utils/scriptreplay.1
@@ -42,7 +42,7 @@ For example, a speed-up of 2 makes
go twice as fast, and a speed-up of 0.1 makes it go ten times slower
than the original session.
.SH OPTIONS
-The first three options will overide old-style arguments.
+The first three options will override old-style arguments.
.TP
.BR \-t , " \-\-timing " \fIfile\fR
File containing \fBscript\fR's timing output.
--
2.1.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 3/8] unshare.1: fix spelling permamently -> permanently
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
2015-02-24 17:15 ` [PATCH 1/8] runuser.1: fix spelling implemenation -> implementation wfp5p
2015-02-24 17:15 ` [PATCH 2/8] scriptreplay.1: fix spelling overide -> override wfp5p
@ 2015-02-24 17:15 ` wfp5p
2015-02-24 17:15 ` [PATCH 4/8] last.1: fix spelling preferrable -> preferable wfp5p
` (5 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
---
sys-utils/unshare.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1
index f5975d1803b2..99a0d0ae49d7 100644
--- a/sys-utils/unshare.1
+++ b/sys-utils/unshare.1
@@ -96,7 +96,7 @@ until after GID map has been set. The GID map is writable by root when
.BR setgroups(2)
is enabled and GID map becomes writable by unprivileged processes when
.BR setgroups(2)
-is permamently disabled.
+is permanently disabled.
.TP
.BR \-V , " \-\-version"
Display version information and exit.
--
2.1.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 4/8] last.1: fix spelling preferrable -> preferable
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
` (2 preceding siblings ...)
2015-02-24 17:15 ` [PATCH 3/8] unshare.1: fix spelling permamently -> permanently wfp5p
@ 2015-02-24 17:15 ` wfp5p
2015-02-24 17:15 ` [PATCH 5/8] lslogins.1: fix spelling priviliges -> privileges wfp5p
` (4 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
---
login-utils/last.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/login-utils/last.1 b/login-utils/last.1
index 23ebaf32e9ee..719a0ede9f2b 100644
--- a/login-utils/last.1
+++ b/login-utils/last.1
@@ -140,7 +140,7 @@ is the same as the
option. The
.I iso
variant will display the timestamp in ISO-8601 format. The ISO format
-contains timezone information, making it preferrable when printouts are
+contains timezone information, making it preferable when printouts are
investigated outside of the system.
.TP
.BR \-w , " \-\-fullnames"
--
2.1.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 5/8] lslogins.1: fix spelling priviliges -> privileges
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
` (3 preceding siblings ...)
2015-02-24 17:15 ` [PATCH 4/8] last.1: fix spelling preferrable -> preferable wfp5p
@ 2015-02-24 17:15 ` wfp5p
2015-02-24 17:15 ` [PATCH 6/8] hwclock.8.in: fix spelling transfered -> transferred wfp5p
` (3 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
---
login-utils/lslogins.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/login-utils/lslogins.1 b/login-utils/lslogins.1
index fd1c66157410..ad52936a48dd 100644
--- a/login-utils/lslogins.1
+++ b/login-utils/lslogins.1
@@ -20,7 +20,7 @@ Mandatory arguments to long options are mandatory for short options too.
.TP
\fB\-a\fR, \fB\-\-acc\-expiration\fR
Display data about the date of last password change and the account expiration
-date (see \fBshadow\fR(5) for more info). (Requires root priviliges.)
+date (see \fBshadow\fR(5) for more info). (Requires root privileges.)
.TP
\fB\-\-btmp\-file \fIpath\fP
Alternate path for btmp.
--
2.1.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 6/8] hwclock.8.in: fix spelling transfered -> transferred
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
` (4 preceding siblings ...)
2015-02-24 17:15 ` [PATCH 5/8] lslogins.1: fix spelling priviliges -> privileges wfp5p
@ 2015-02-24 17:15 ` wfp5p
2015-02-24 17:15 ` [PATCH 7/8] prlimit.1: fix typo umlimited -> unlimited wfp5p
` (2 subsequent siblings)
8 siblings, 0 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
---
sys-utils/hwclock.8.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-utils/hwclock.8.in b/sys-utils/hwclock.8.in
index b13be31a2cd9..fbc10caa34cc 100644
--- a/sys-utils/hwclock.8.in
+++ b/sys-utils/hwclock.8.in
@@ -854,7 +854,7 @@ running at their own speed and drifting away from the 'correct' time at
their own rates. The methods and software for drift correction are
different for each of them. However, most systems are configured to
exchange values between these two clocks at startup and shutdown. Now
-the individual device's time keeping errors are transfered back and
+the individual device's time keeping errors are transferred back and
forth between each other. Attempt to configure drift correction for only
one of them, and the other's drift will be overlaid upon it. If the big
picture is not kept in mind, confusion will soon ensue.
--
2.1.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 7/8] prlimit.1: fix typo umlimited -> unlimited
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
` (5 preceding siblings ...)
2015-02-24 17:15 ` [PATCH 6/8] hwclock.8.in: fix spelling transfered -> transferred wfp5p
@ 2015-02-24 17:15 ` wfp5p
2015-02-24 17:15 ` [PATCH 8/8] agetty.8: fix typo unnsupported -> unsupported wfp5p
2015-02-24 21:13 ` [PATCH 0/8] fix spelling/typos in man pages Benno Schulenberg
8 siblings, 0 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
---
sys-utils/prlimit.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-utils/prlimit.1 b/sys-utils/prlimit.1
index e5c2071569f4..600c706fcb32 100644
--- a/sys-utils/prlimit.1
+++ b/sys-utils/prlimit.1
@@ -99,7 +99,7 @@ of open files to 1024 and 4095, respectively.
Modify only the soft limit for the number of processes.
.IP "\fBprlimit \-\-pid $$ --nproc=unlimited\fP"
Set for the current process both the soft and ceiling values for the number of
-processes to umlimited.
+processes to unlimited.
.IP "\fBprlimit --cpu=10 sort -u hugefile\fP"
Set both the soft and hard CPU time limit to ten seconds and run 'sort'.
--
2.1.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 8/8] agetty.8: fix typo unnsupported -> unsupported
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
` (6 preceding siblings ...)
2015-02-24 17:15 ` [PATCH 7/8] prlimit.1: fix typo umlimited -> unlimited wfp5p
@ 2015-02-24 17:15 ` wfp5p
2015-02-24 21:13 ` [PATCH 0/8] fix spelling/typos in man pages Benno Schulenberg
8 siblings, 0 replies; 12+ messages in thread
From: wfp5p @ 2015-02-24 17:15 UTC (permalink / raw)
To: util-linux
From: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
---
term-utils/agetty.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/term-utils/agetty.8 b/term-utils/agetty.8
index 1652e0aef269..c4b7f13e2eb1 100644
--- a/term-utils/agetty.8
+++ b/term-utils/agetty.8
@@ -255,7 +255,7 @@ Run login with this priority.
\-\-reload
Ask all running agetty instances to reload and update their displayed prompts,
if the user has not yet commenced logging in. After doing so the command will
-exit. This feature might be unnsupported on systems without Linux
+exit. This feature might be unsupported on systems without Linux
.BR inotify (7).
.TP
\-\-version
--
2.1.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 0/8] fix spelling/typos in man pages
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
` (7 preceding siblings ...)
2015-02-24 17:15 ` [PATCH 8/8] agetty.8: fix typo unnsupported -> unsupported wfp5p
@ 2015-02-24 21:13 ` Benno Schulenberg
2015-02-24 22:44 ` Bill Pemberton
8 siblings, 1 reply; 12+ messages in thread
From: Benno Schulenberg @ 2015-02-24 21:13 UTC (permalink / raw)
To: wfp5p; +Cc: Util-Linux
On Tue, Feb 24, 2015, at 18:15, wfp5p@worldbroken.com wrote:
> runuser.1: fix spelling implemenation -> implementation
> scriptreplay.1: fix spelling overide -> override
> unshare.1: fix spelling permamently -> permanently
> last.1: fix spelling preferrable -> preferable
> lslogins.1: fix spelling priviliges -> privileges
> hwclock.8.in: fix spelling transfered -> transferred
> prlimit.1: fix typo umlimited -> unlimited
> agetty.8: fix typo unnsupported -> unsupported
It would be better to do this in a single patch instead, with subject:
docs: fix some spellos/typos in man pages
And then put the above eight lines in the commit message.
Benno
--
http://www.fastmail.com - Email service worth paying for. Try it for free
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 0/8] fix spelling/typos in man pages
2015-02-24 21:13 ` [PATCH 0/8] fix spelling/typos in man pages Benno Schulenberg
@ 2015-02-24 22:44 ` Bill Pemberton
2015-02-25 2:49 ` Peter Cordes
0 siblings, 1 reply; 12+ messages in thread
From: Bill Pemberton @ 2015-02-24 22:44 UTC (permalink / raw)
To: Benno Schulenberg; +Cc: Util-Linux
On 02/24/2015 04:13 PM, Benno Schulenberg wrote:
>
> On Tue, Feb 24, 2015, at 18:15, wfp5p@worldbroken.com wrote:
>> runuser.1: fix spelling implemenation -> implementation
>> scriptreplay.1: fix spelling overide -> override
>> unshare.1: fix spelling permamently -> permanently
>> last.1: fix spelling preferrable -> preferable
>> lslogins.1: fix spelling priviliges -> privileges
>> hwclock.8.in: fix spelling transfered -> transferred
>> prlimit.1: fix typo umlimited -> unlimited
>> agetty.8: fix typo unnsupported -> unsupported
>
> It would be better to do this in a single patch instead, with subject:
>
> docs: fix some spellos/typos in man pages
>
> And then put the above eight lines in the commit message.
>
Ok, I'm used to 1 patch 1 fix. While they're all spelling/typos they're
not the same word/typo.
But obviously it's trivial for me to squash them into 1 commit and
resend if that will make folks happy.
--
Bill
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 0/8] fix spelling/typos in man pages
2015-02-24 22:44 ` Bill Pemberton
@ 2015-02-25 2:49 ` Peter Cordes
0 siblings, 0 replies; 12+ messages in thread
From: Peter Cordes @ 2015-02-25 2:49 UTC (permalink / raw)
To: Bill Pemberton; +Cc: Util-Linux
On Tue, Feb 24, 2015 at 05:44:16PM -0500, Bill Pemberton wrote:
> Ok, I'm used to 1 patch 1 fix. While they're all spelling/typos they're
> not the same word/typo.
That makes sense for code, esp. to make regressions bisectable. It
just bloats the revision history for docs. Single-word fixes, even
scattered across multiple files, would be easier to look at as one
commit in the git log.
--
#define X(x,y) x##y
Peter Cordes ; e-mail: X(peter@cor , des.ca)
"The gods confound the man who first found out how to distinguish the hours!
Confound him, too, who in this place set up a sundial, to cut and hack
my day so wretchedly into small pieces!" -- Plautus, 200 BC
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-02-25 2:49 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24 17:15 [PATCH 0/8] fix spelling/typos in man pages wfp5p
2015-02-24 17:15 ` [PATCH 1/8] runuser.1: fix spelling implemenation -> implementation wfp5p
2015-02-24 17:15 ` [PATCH 2/8] scriptreplay.1: fix spelling overide -> override wfp5p
2015-02-24 17:15 ` [PATCH 3/8] unshare.1: fix spelling permamently -> permanently wfp5p
2015-02-24 17:15 ` [PATCH 4/8] last.1: fix spelling preferrable -> preferable wfp5p
2015-02-24 17:15 ` [PATCH 5/8] lslogins.1: fix spelling priviliges -> privileges wfp5p
2015-02-24 17:15 ` [PATCH 6/8] hwclock.8.in: fix spelling transfered -> transferred wfp5p
2015-02-24 17:15 ` [PATCH 7/8] prlimit.1: fix typo umlimited -> unlimited wfp5p
2015-02-24 17:15 ` [PATCH 8/8] agetty.8: fix typo unnsupported -> unsupported wfp5p
2015-02-24 21:13 ` [PATCH 0/8] fix spelling/typos in man pages Benno Schulenberg
2015-02-24 22:44 ` Bill Pemberton
2015-02-25 2:49 ` Peter Cordes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox