diff --git a/Examples.md b/Examples.md index 678b70f..798152a 100644 --- a/Examples.md +++ b/Examples.md @@ -2164,7 +2164,7 @@ fman() { export MANPAGER="sh -c 'col -bx | bat -l man -p --paging always'" ``` -Same as above, but for Termux (Android). man -k behaves differently in Android. +Same as above, but for Termux (Android). man -k behaves differently in Termux, compared to Ubuntu. ```sh #!/data/data/com.termux/files/usr/bin/bash export MANPAGER=~/bin/pman