Add another shell function to man

This commit is contained in:
Andrea Cardaci 2021-02-27 17:13:46 +01:00 committed by GitHub
commit 696d156f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ functions:
- code: | - code: |
man man man man
!/bin/sh !/bin/sh
- description: This only works for GNU `man` and requires GNU `troff` (`groff` to be installed).
code: |
man '-H/bin/sh #' man
file-read: file-read:
- code: man file_to_read - code: man file_to_read
sudo: sudo: