Message ID | 920def362c8890ea3bed391cd120df17ce00a0cd.1559043424.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [usbutils] usb-devices.1: don't mention bash | expand |
On Tue, May 28, 2019 at 02:37:04PM +0300, Baruch Siach wrote: > Since commit 508d1acf42e ("usb-devices: use /bin/sh hashbang") > usb-devices does not require bash. > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> > --- > usb-devices.1.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/usb-devices.1.in b/usb-devices.1.in > index c5c1b798e4c3..2b142371cd67 100644 > --- a/usb-devices.1.in > +++ b/usb-devices.1.in > @@ -11,7 +11,7 @@ usb-devices \- print USB device details > > .SH DESCRIPTION > .B usb-devices > -is a (bash) shell script that can be used to display details of USB > +is a shell script that can be used to display details of USB > buses in the system and the devices connected to them. > > The output of the script is similar to the \fIusb/devices\fP file > -- > 2.20.1 > Now applied, thanks! greg k-h
diff --git a/usb-devices.1.in b/usb-devices.1.in index c5c1b798e4c3..2b142371cd67 100644 --- a/usb-devices.1.in +++ b/usb-devices.1.in @@ -11,7 +11,7 @@ usb-devices \- print USB device details .SH DESCRIPTION .B usb-devices -is a (bash) shell script that can be used to display details of USB +is a shell script that can be used to display details of USB buses in the system and the devices connected to them. The output of the script is similar to the \fIusb/devices\fP file
Since commit 508d1acf42e ("usb-devices: use /bin/sh hashbang") usb-devices does not require bash. Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- usb-devices.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)