From 114d99485ebee357e7c4c291dc05c2aa36d1661e Mon Sep 17 00:00:00 2001 From: TwoF1nger <140991913+TwoF1nger@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:26:10 +0000 Subject: [PATCH] fix a typo in the man page (#1402) --- man/ttyd.1 | 2 +- man/ttyd.man.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/ttyd.1 b/man/ttyd.1 index 826ea5f1..fee80073 100644 --- a/man/ttyd.1 +++ b/man/ttyd.1 @@ -243,7 +243,7 @@ Then open http://localhost:8080 with a browser, you will get a bash shell with d .IP \(bu 2 If you want to login with your system accounts on the web browser, run \fB\fCttyd login\fR\&. .IP \(bu 2 -You can even run a none shell command like vim, try: \fB\fCttyd vim\fR, the web browser will show you a vim editor. +You can even run a non-shell command like vim, try: \fB\fCttyd vim\fR, the web browser will show you a vim editor. .IP \(bu 2 Sharing single process with multiple clients: \fB\fCttyd tmux new -A -s ttyd vim\fR, run \fB\fCtmux new -A -s ttyd\fR to connect to the tmux session from terminal. diff --git a/man/ttyd.man.md b/man/ttyd.man.md index 98497cb9..af583ad6 100644 --- a/man/ttyd.man.md +++ b/man/ttyd.man.md @@ -150,7 +150,7 @@ ttyd -p 8080 bash -x Then open http://localhost:8080 with a browser, you will get a bash shell with debug mode enabled. More examples: - If you want to login with your system accounts on the web browser, run `ttyd login`. - - You can even run a none shell command like vim, try: `ttyd vim`, the web browser will show you a vim editor. + - You can even run a non-shell command like vim, try: `ttyd vim`, the web browser will show you a vim editor. - Sharing single process with multiple clients: `ttyd tmux new -A -s ttyd vim`, run `tmux new -A -s ttyd` to connect to the tmux session from terminal. # SSL how-to