linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] bootparam.7: tfix
@ 2013-07-18  2:05 David Prévot
       [not found] ` <1374113157-4915-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: David Prévot @ 2013-07-18  2:05 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man7/bootparam.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/bootparam.7 b/man7/bootparam.7
index fa4c5c3..89d8f72 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -42,7 +42,7 @@ When the kernel is booted directly by the BIOS (say from a floppy to
 which you copied a kernel using 'cp zImage /dev/fd0'),
 you have no opportunity to specify any parameters.
 So, in order to take advantage of this possibility you have to
-use boot loader software that is able to pass parameters, such as GRUB.
+use a boot loader software that is able to pass parameters, such as GRUB.
 
 .\" The LILO program (LInux LOader) written by Werner Almesberger is the
 .\" most commonly used.
-- 
1.8.3.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] 6+ messages in thread

* [PATCH 2/2] bootparam.7: tfix
       [not found] ` <1374113157-4915-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-07-18  2:05   ` David Prévot
       [not found]     ` <1374113157-4915-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2013-07-20 20:07   ` [PATCH 1/2] " Michael Kerrisk
  1 sibling, 1 reply; 6+ messages in thread
From: David Prévot @ 2013-07-18  2:05 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man7/bootparam.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/bootparam.7 b/man7/bootparam.7
index 89d8f72..b255e01 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -427,7 +427,7 @@ a 'ramdisk=N' parameter to tell its size.
 (This could also be set in the kernel image at compile time.)
 These days ram disks use the buffer cache, and grow dynamically.
 For a lot of information in conjunction with the new ramdisk
-setup), see the kernel source file
+setup, see the kernel source file
 .IR Documentation/blockdev/ramdisk.txt
 .RI ( Documentation/ramdisk.txt
 in older kernels).
-- 
1.8.3.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] 6+ messages in thread

* Re: [PATCH 1/2] bootparam.7: tfix
       [not found] ` <1374113157-4915-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  2013-07-18  2:05   ` [PATCH 2/2] " David Prévot
@ 2013-07-20 20:07   ` Michael Kerrisk
       [not found]     ` <51EAEDFB.400-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Kerrisk @ 2013-07-20 20:07 UTC (permalink / raw)
  To: David Prévot
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

Applied.

Thanks, David.

Cheers,

Michael



On 07/18/13 04:05, David Prévot wrote:
> ---
>  man7/bootparam.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/bootparam.7 b/man7/bootparam.7
> index fa4c5c3..89d8f72 100644
> --- a/man7/bootparam.7
> +++ b/man7/bootparam.7
> @@ -42,7 +42,7 @@ When the kernel is booted directly by the BIOS (say from a floppy to
>  which you copied a kernel using 'cp zImage /dev/fd0'),
>  you have no opportunity to specify any parameters.
>  So, in order to take advantage of this possibility you have to
> -use boot loader software that is able to pass parameters, such as GRUB.
> +use a boot loader software that is able to pass parameters, such as GRUB.
>  
>  .\" The LILO program (LInux LOader) written by Werner Almesberger is the
>  .\" most commonly used.
> 

--
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/2] bootparam.7: tfix
       [not found]     ` <1374113157-4915-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-07-20 20:07       ` Michael Kerrisk
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk @ 2013-07-20 20:07 UTC (permalink / raw)
  To: David Prévot
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

Applied. Thanks,

Michael


On 07/18/13 04:05, David Prévot wrote:
> ---
>  man7/bootparam.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/bootparam.7 b/man7/bootparam.7
> index 89d8f72..b255e01 100644
> --- a/man7/bootparam.7
> +++ b/man7/bootparam.7
> @@ -427,7 +427,7 @@ a 'ramdisk=N' parameter to tell its size.
>  (This could also be set in the kernel image at compile time.)
>  These days ram disks use the buffer cache, and grow dynamically.
>  For a lot of information in conjunction with the new ramdisk
> -setup), see the kernel source file
> +setup, see the kernel source file
>  .IR Documentation/blockdev/ramdisk.txt
>  .RI ( Documentation/ramdisk.txt
>  in older kernels).
> 

--
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 1/2] bootparam.7: tfix
       [not found]     ` <51EAEDFB.400-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2013-07-21  2:16       ` Chris "ク" Heath
       [not found]         ` <1374373018.6023.216494.camel-DBi1IKlRe8YXiSwHZUBl+UgmxNRb6L7S@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Chris "ク" Heath @ 2013-07-21  2:16 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: David Prévot, linux-man-u79uwXL29TY76Z2rM5mHXA

This change sounds wrong to me.  I didn't think "software" was a count
noun.  How about just removing the word "software" completely, as in
"... use a boot loader that is able to..."?

Chris


On Sat, 2013-07-20 at 22:07 +0200, Michael Kerrisk wrote:
> Applied.
> 
> Thanks, David.
> 
> Cheers,
> 
> Michael
> 
> 
> 
> On 07/18/13 04:05, David Prévot wrote:
> > ---
> >  man7/bootparam.7 | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/man7/bootparam.7 b/man7/bootparam.7
> > index fa4c5c3..89d8f72 100644
> > --- a/man7/bootparam.7
> > +++ b/man7/bootparam.7
> > @@ -42,7 +42,7 @@ When the kernel is booted directly by the BIOS (say from a floppy to
> >  which you copied a kernel using 'cp zImage /dev/fd0'),
> >  you have no opportunity to specify any parameters.
> >  So, in order to take advantage of this possibility you have to
> > -use boot loader software that is able to pass parameters, such as GRUB.
> > +use a boot loader software that is able to pass parameters, such as GRUB.
> >  
> >  .\" The LILO program (LInux LOader) written by Werner Almesberger is the
> >  .\" most commonly used.
> > 
> 
> --
> 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

--
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 1/2] bootparam.7: tfix
       [not found]         ` <1374373018.6023.216494.camel-DBi1IKlRe8YXiSwHZUBl+UgmxNRb6L7S@public.gmane.org>
@ 2013-07-21 22:16           ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-07-21 22:16 UTC (permalink / raw)
  To: Chris ク; +Cc: David Prévot, linux-man

On Sun, Jul 21, 2013 at 4:16 AM, Chris "ク" <chris-FSXMH2gLahU4jFG1wn6miw@public.gmane.orgz> wrote:
> This change sounds wrong to me.  I didn't think "software" was a count
> noun.  How about just removing the word "software" completely, as in
> "... use a boot loader that is able to..."?

Thanks for noting that, Chris. Fixed as you suggest.

Cheers,

Michael


> On Sat, 2013-07-20 at 22:07 +0200, Michael Kerrisk wrote:
>> Applied.
>>
>> Thanks, David.
>>
>> Cheers,
>>
>> Michael
>>
>>
>>
>> On 07/18/13 04:05, David Prévot wrote:
>> > ---
>> >  man7/bootparam.7 | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/man7/bootparam.7 b/man7/bootparam.7
>> > index fa4c5c3..89d8f72 100644
>> > --- a/man7/bootparam.7
>> > +++ b/man7/bootparam.7
>> > @@ -42,7 +42,7 @@ When the kernel is booted directly by the BIOS (say from a floppy to
>> >  which you copied a kernel using 'cp zImage /dev/fd0'),
>> >  you have no opportunity to specify any parameters.
>> >  So, in order to take advantage of this possibility you have to
>> > -use boot loader software that is able to pass parameters, such as GRUB.
>> > +use a boot loader software that is able to pass parameters, such as GRUB.
>> >
>> >  .\" The LILO program (LInux LOader) written by Werner Almesberger is the
>> >  .\" most commonly used.
>> >
>>
>> --
>> 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
>



--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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:[~2013-07-21 22:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18  2:05 [PATCH 1/2] bootparam.7: tfix David Prévot
     [not found] ` <1374113157-4915-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-07-18  2:05   ` [PATCH 2/2] " David Prévot
     [not found]     ` <1374113157-4915-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-07-20 20:07       ` Michael Kerrisk
2013-07-20 20:07   ` [PATCH 1/2] " Michael Kerrisk
     [not found]     ` <51EAEDFB.400-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-07-21  2:16       ` Chris "ク" Heath
     [not found]         ` <1374373018.6023.216494.camel-DBi1IKlRe8YXiSwHZUBl+UgmxNRb6L7S@public.gmane.org>
2013-07-21 22:16           ` 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).