Skip to content
Snippets Groups Projects
Commit 94f50580 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Quick pass through the manpage

parent 4ef309b4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4402 failed
......@@ -2,7 +2,11 @@
.SH NAME
syncterm \- BBS terminal program
.SH SYNOPSIS
\fBsyncterm\fP [\-e\fIdly\fP] [\-i\fIifc\fP] [\-l\fIlns\fP] [\-t|\-r|\-h] [\-s] [\fIURL\fP]
\fBsyncterm\fP [\-4|\-6] [\-c] [\-e\fIdly\fP] [\-i\fIifc\fP] [\-l\fIlns\fP] [\-q] [\-s] [\-t|\-r|\-h] [\fIURL\fP]
.LP
\fBsyncterm\fP -T\fP
.LP
\fBsyncterm\fP -v\fP
.SH DESCRIPTION
\fBSyncTERM\fP is a terminal program designed specifically for connecting to
a Bulletin Board System (\fBBBS\fP)
......@@ -59,27 +63,6 @@ library search path. Some distributions do not create this symlink when SDL is
installed, but instead only install it when the development package is
installed. In these cases, the development package must be installed to use SDL
modes.
.IP \fBO\fP
Require SyncTERM to run in SDL overlay mode. This requires SDL support to
have been compiled in, and the library ``libSDL.so'' to be in the library
search path. Some distributions do not create this symlink when SDL is
installed, but instead only install it when the development package is
installed. In these cases, the development package must be installed to use SDL
modes.
.IP \fBOW\fP
Require SyncTERM to run in windowed SDL overlay mode. This requires SDL support
to have been compiled in, and the library ``libSDL.so'' to be in the library
search path. Some distributions do not create this symlink when SDL is
installed, but instead only install it when the development package is
installed. In these cases, the development package must be installed to use SDL
modes.
.IP \fBOF\fP
Require SyncTERM to run in full-screen SDL overlay mode. This requires SDL
support to have been compiled in, and the library ``libSDL.so'' to be in the
library search path. Some distributions do not create this symlink when SDL is
installed, but instead only install it when the development package is
installed. In these cases, the development package must be installed to use SDL
modes.
.IP \fBX\fP
Require SyncTERM to run in X11 mode. This requires X11 support to have been
compiled in, and the library ``libX11.so'' to be in the library search path.
......@@ -100,14 +83,18 @@ special caveats (see \fBTEXT MODE CAVEATS\fP)
Sets the number of screen lines to \fIlns\fR. Only specific values are allowed
for \fIlns\fR and they are: 14, 21, 25, 28, 43, and 50. If any other value is
chosen, a value of 50 is used.
.IP \fB\-n\fIpath/to/ini\fR
Specify an alternative INI file
.IP \fB\-q\fP
Quiet mode. Hides various popups during a connect.
.IP \fB\-s\fP
Run in "safe mode" which disables the modification of local files such as the
.IP \fB\-t\fP
Specifies the default scheme for \fIURL\fP to be telnet://
.IP \fB\-r\fP
Specifies the default scheme for \fIURL\fP to be rlogin://
.IP \fB\-h\fP
Specifies the default scheme for \fIURL\fP to be ssh://
.IP \fB\-s\fP
Run in "safe mode" which disables the modification of local files such as the
dialing list.
.IP \fB\-T\fP
When this is the ONLY argument, dumps terminfo entry to stdout and exits.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment