Message ID | 20190112172219.13152-1-dkg@fifthhorseman.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [kmod] Fix typo | expand |
On Sat, 12 Jan 2019, Daniel Kahn Gillmor wrote: > --- > man/modprobe.d.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/modprobe.d.xml b/man/modprobe.d.xml > index 47878e2..211af84 100644 > --- a/man/modprobe.d.xml > +++ b/man/modprobe.d.xml > @@ -63,7 +63,7 @@ > module commands as underscore conversion happens automatically. > </para> > <para> > - The format of and files under <filename>modprobe.d</filename> is > + The format of files under <filename>modprobe.d</filename> is > simple: one command per line, with blank lines and lines starting > with '#' ignored (useful for adding comments). A '\' at the end > of a line causes it to continue on the next line, which makes the > -- > 2.20.1 > I *think* that was supposed to be "of any files" when it was originally typed, but either works, I suppose :-) -RW
On Sat 2019-01-12 13:59:47 -0800, Robby Workman wrote: > I *think* that was supposed to be "of any files" when it was originally > typed, but either works, I suppose :-) I'm fine however it gets resolved -- just please don't leave it with the broken text. thanks for maintaining kmod! --dkg
On Mon, Jan 14, 2019 at 12:32 PM Daniel Kahn Gillmor <dkg@fifthhorseman.net> wrote: > > On Sat 2019-01-12 13:59:47 -0800, Robby Workman wrote: > > I *think* that was supposed to be "of any files" when it was originally > > typed, but either works, I suppose :-) > > I'm fine however it gets resolved -- just please don't leave it with the > broken text. a little bit of archaeology: this line originally came from the module-init-tools' man page written in "doc/modprobe.conf.sgml". Grepping that repo shows that it probably was a copy of doc/depmod.conf.sgml that had phrase "The format of <filename>depmod.conf</filename> and files under <filename>depmod.d</filename> is simple" So, whoever copied it over forgot to remove the "and". Not that any of this matter... your version or the other are perfectly fine today :) applied, thanks Lucas De Marchi
On Tue, 22 Jan 2019, Lucas De Marchi wrote: > On Mon, Jan 14, 2019 at 12:32 PM Daniel Kahn Gillmor > <dkg@fifthhorseman.net> wrote: >> >> On Sat 2019-01-12 13:59:47 -0800, Robby Workman wrote: >>> I *think* that was supposed to be "of any files" when it was originally >>> typed, but either works, I suppose :-) >> >> I'm fine however it gets resolved -- just please don't leave it with the >> broken text. > > a little bit of archaeology: > > this line originally came from the module-init-tools' man page written > in "doc/modprobe.conf.sgml". > Grepping that repo shows that it probably was a copy of > doc/depmod.conf.sgml that > had phrase "The format of <filename>depmod.conf</filename> and files > under <filename>depmod.d</filename> is simple" > > So, whoever copied it over forgot to remove the "and". Not that any of > this matter... your version or the > other are perfectly fine today :) Yeah, oops here. I called myself proofing all of that as I copied it, and I made quite a few changes along the way, but oh well. Thanks Daniel and Lucas :-) -RW
diff --git a/man/modprobe.d.xml b/man/modprobe.d.xml index 47878e2..211af84 100644 --- a/man/modprobe.d.xml +++ b/man/modprobe.d.xml @@ -63,7 +63,7 @@ module commands as underscore conversion happens automatically. </para> <para> - The format of and files under <filename>modprobe.d</filename> is + The format of files under <filename>modprobe.d</filename> is simple: one command per line, with blank lines and lines starting with '#' ignored (useful for adding comments). A '\' at the end of a line causes it to continue on the next line, which makes the