From e36f2a29f8483793db20e7d9634af848d15fb931 Mon Sep 17 00:00:00 2001 From: SomeAnonProgrammer Date: Mon, 11 Mar 2019 11:09:55 -0400 Subject: [PATCH] add "man ascii" (#30605) --- guide/english/bash/bash-man/index.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)