add "man ascii" (#30605)

This commit is contained in:
SomeAnonProgrammer
2019-03-11 11:09:55 -04:00
committed by Randell Dawson
parent 43a0705a91
commit e36f2a29f8

View File

@ -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)