diff --git a/guide/english/bash/bash-man/index.md b/guide/english/bash/bash-man/index.md index 4821c23842..8b9e9abb2d 100644 --- a/guide/english/bash/bash-man/index.md +++ b/guide/english/bash/bash-man/index.md @@ -34,6 +34,12 @@ man ls man -f shutdown ``` +#### Display the man page of ASCII table: + +```bash +man ascii +``` + ### More information: * [Wikipedia](https://en.wikipedia.org/wiki/Man_page)