X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2e54e151d46fd4e50037b1e24098059338b3bc58..30a5b5a7addb8078f224e0480ad2048cb388f9fb:/packages/fish/share-functions-__fish_print_help.fish.patch diff --git a/packages/fish/share-functions-__fish_print_help.fish.patch b/packages/fish/share-functions-__fish_print_help.fish.patch index 58646dc5..62eb6f09 100644 --- a/packages/fish/share-functions-__fish_print_help.fish.patch +++ b/packages/fish/share-functions-__fish_print_help.fish.patch @@ -1,20 +1,19 @@ -diff -u -r ../fish-2.4b1/share/functions/__fish_print_help.fish ./share/functions/__fish_print_help.fish ---- ../fish-2.4b1/share/functions/__fish_print_help.fish 2016-10-18 10:17:06.000000000 -0400 -+++ ./share/functions/__fish_print_help.fish 2016-10-19 17:37:08.948931562 -0400 -@@ -40,7 +40,7 @@ - set rLL -rLL=$cols[1]n - end +--- ./share/functions/__fish_print_help.fish 2017-02-03 07:16:58.000000000 +0530 ++++ ../__fish_print_help.fish 2017-02-12 11:36:23.477232262 +0530 +@@ -41,7 +41,7 @@ + end + set -lx GROFF_TMAC_PATH $__fish_datadir/groff if test -e "$__fish_datadir/man/man1/$item.1" -- set help (nroff -man -c -t $rLL "$__fish_datadir/man/man1/$item.1" ^/dev/null) -+ set help (mandoc "$__fish_datadir/man/man1/$item.1" ^/dev/null) +- set help (nroff -c -man -mfish -t $rLL "$__fish_datadir/man/man1/$item.1" ^/dev/null) ++ set help (mandoc "$__fish_datadir/man/man1/$item.1" ^/dev/null)) else if test -e "$__fish_datadir/man/man1/$item.1.gz" - set help (gunzip -c "$__fish_datadir/man/man1/$item.1.gz" ^/dev/null | nroff -man -c -t $rLL ^/dev/null) + set help (gunzip -c "$__fish_datadir/man/man1/$item.1.gz" ^/dev/null | nroff -c -man -mfish -t $rLL ^/dev/null) end -@@ -98,6 +98,6 @@ - # skip it - end - end -- end | ul # post-process with `ul`, to interpret the old-style grotty escapes -+ end # post-process with `ul`, to interpret the old-style grotty escapes - echo # print a trailing blank line +@@ -99,6 +99,6 @@ + # skip it + end + end +- end | ul # post-process with `ul`, to interpret the old-style grotty escapes ++ end # post-process with `ul`, to interpret the old-style grotty escapes + echo # print a trailing blank line end