Skip to content

Commit

Permalink
fix a typo in the man page (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoF1nger authored Nov 26, 2024
1 parent 40e79c7 commit 114d994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/ttyd.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion man/ttyd.man.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 114d994

Please sign in to comment.