From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from biz186.inmotionhosting.com ([74.124.202.216]:44519 "EHLO biz186.inmotionhosting.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934025AbeFVS0Z (ORCPT ); Fri, 22 Jun 2018 14:26:25 -0400 Received: from static-70-98-52-58.br1.atm.al.frontiernet.net ([70.98.52.58]:60580 helo=[192.168.1.122]) by biz186.inmotionhosting.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89_1) (envelope-from ) id 1fWQCt-004O6h-Uf for linux-modules@vger.kernel.org; Fri, 22 Jun 2018 10:51:10 -0700 Subject: Fwd: Re: SYNOPSIS not showing many options in http://man7.org/linux/man-pages/man8/modprobe.8.html References: <9c4edcc4-9a7e-ad4c-709f-f375e74c207c@gmail.com> To: linux-modules@vger.kernel.org From: Howard Johnson Message-ID: Date: Fri, 22 Jun 2018 10:50:47 -0700 MIME-Version: 1.0 In-Reply-To: <9c4edcc4-9a7e-ad4c-709f-f375e74c207c@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Sender: owner-linux-modules@vger.kernel.org List-ID: > 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?