linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fwd: Re: SYNOPSIS not showing many options in http://man7.org/linux/man-pages/man8/modprobe.8.html
       [not found] <9c4edcc4-9a7e-ad4c-709f-f375e74c207c@gmail.com>
@ 2018-06-22 17:50 ` Howard Johnson
  2018-06-25 21:54   ` Lucas De Marchi
  0 siblings, 1 reply; 3+ messages in thread
From: Howard Johnson @ 2018-06-22 17:50 UTC (permalink / raw)
  To: linux-modules

 > In the SYNOPSIS for http://man7.org/linux/man-pages/man8/modprobe.8.html

> these options aren't shown:
> 
> **-a, --all
> -d, --dirname
> --first-time
> --force-vermagic
> --force-modversion
> -f, --force
> -R, --resolve-alias
> -S, --set-version
> --show-depends
> -s, --syslog
> 
>         *modprobe *[*-v*] [*-V*] [*-C */config-file/] [*-n*] [*-i*] [*-q*] [*-b*] [/modulename/]
>                  [/module parameters/...]
> 
>         *modprobe *[-r] [*-v*] [*-n*] [*-i*] [/modulename/...]
> 
>         *modprobe *[-c]
> 
>         *modprobe *[--dump-modversions] [/filename/]
> 
> 
> I don't know; is the SYNOPSIS just out of date, or are these options 
> that can be used anywhere?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Re: SYNOPSIS not showing many options in http://man7.org/linux/man-pages/man8/modprobe.8.html
  2018-06-22 17:50 ` Fwd: Re: SYNOPSIS not showing many options in http://man7.org/linux/man-pages/man8/modprobe.8.html Howard Johnson
@ 2018-06-25 21:54   ` Lucas De Marchi
  2018-08-21  9:55     ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 3+ messages in thread
From: Lucas De Marchi @ 2018-06-25 21:54 UTC (permalink / raw)
  To: hj; +Cc: linux-modules, Michael Kerrisk-manpages

CC'ing Michael

Lucas De Marchi

On Fri, Jun 22, 2018 at 11:27 AM Howard Johnson <hj@howardjohnson.name> wrote:
>
>  > In the SYNOPSIS for http://man7.org/linux/man-pages/man8/modprobe.8.html
>
> > these options aren't shown:
> >
> > **-a, --all
> > -d, --dirname
> > --first-time
> > --force-vermagic
> > --force-modversion
> > -f, --force
> > -R, --resolve-alias
> > -S, --set-version
> > --show-depends
> > -s, --syslog
> >
> >         *modprobe *[*-v*] [*-V*] [*-C */config-file/] [*-n*] [*-i*] [*-q*] [*-b*] [/modulename/]
> >                  [/module parameters/...]
> >
> >         *modprobe *[-r] [*-v*] [*-n*] [*-i*] [/modulename/...]
> >
> >         *modprobe *[-c]
> >
> >         *modprobe *[--dump-modversions] [/filename/]
> >
> >
> > I don't know; is the SYNOPSIS just out of date, or are these options
> > that can be used anywhere?
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-modules" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: SYNOPSIS not showing many options in http://man7.org/linux/man-pages/man8/modprobe.8.html
  2018-06-25 21:54   ` Lucas De Marchi
@ 2018-08-21  9:55     ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Kerrisk (man-pages) @ 2018-08-21  9:55 UTC (permalink / raw)
  To: Lucas De Marchi, hj; +Cc: mtk.manpages, linux-modules

On 06/25/2018 11:54 PM, Lucas De Marchi wrote:
> CC'ing Michael
> 
> Lucas De Marchi

(Not one of the pages I maintain.)

Bug reports for this manual page should be handled as described here:
http://man7.org/linux/man-pages/man8/modprobe.8.html#COLOPHON

Thanks,

Michael

> On Fri, Jun 22, 2018 at 11:27 AM Howard Johnson <hj@howardjohnson.name> wrote:
>>
>>  > In the SYNOPSIS for http://man7.org/linux/man-pages/man8/modprobe.8.html
>>
>>> these options aren't shown:
>>>
>>> **-a, --all
>>> -d, --dirname
>>> --first-time
>>> --force-vermagic
>>> --force-modversion
>>> -f, --force
>>> -R, --resolve-alias
>>> -S, --set-version
>>> --show-depends
>>> -s, --syslog
>>>
>>>         *modprobe *[*-v*] [*-V*] [*-C */config-file/] [*-n*] [*-i*] [*-q*] [*-b*] [/modulename/]
>>>                  [/module parameters/...]
>>>
>>>         *modprobe *[-r] [*-v*] [*-n*] [*-i*] [/modulename/...]
>>>
>>>         *modprobe *[-c]
>>>
>>>         *modprobe *[--dump-modversions] [/filename/]
>>>
>>>
>>> I don't know; is the SYNOPSIS just out of date, or are these options
>>> that can be used anywhere?
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-modules" in
>> the body of a message to majordomo@vger.kernel.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/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-21  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <9c4edcc4-9a7e-ad4c-709f-f375e74c207c@gmail.com>
2018-06-22 17:50 ` Fwd: Re: SYNOPSIS not showing many options in http://man7.org/linux/man-pages/man8/modprobe.8.html Howard Johnson
2018-06-25 21:54   ` Lucas De Marchi
2018-08-21  9:55     ` 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).