gregkh / usbutils

USB utilities for Linux, including lsusb
http://www.linux-usb.org
356 stars 202 forks source link

Fix typos in lsusb.8.in #125

Closed mb720 closed 3 years ago

mb720 commented 3 years ago

Hi and thanks for lsusb!

I'd like to offer a handful of small spelling corrections to the man page.

mb720 commented 3 years ago

I followed the instructions here. I checked out the pull request locally and signed off using git commit --amend --no-edit --signoff. When trying to push with git push --force-with-lease origin patch-1 I get this error message:

remote: Permission to gregkh/usbutils.git denied to mb720.
fatal: unable to access 'https://github.com/gregkh/usbutils.git/': The requested URL returned error: 403

Is this something I can fix on my end?

For context, this is what I did to check out the PR locally:

gregkh commented 3 years ago

Yes, the signed-off-by: is needed in the changelog text. Look at other changes in the repo for specifics. We follow the rules of the Linux kernel for this type of thing.

gregkh commented 3 years ago

And I do not know about how to force push with github issues, sorry.

What about a simple git push --force ?

mb720 commented 3 years ago

What about a simple git push --force?

Indeed, that worked, thanks :-)

gregkh commented 3 years ago

thanks!