diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/archlinux/man1/rlogin.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/rlogin.1')
-rw-r--r-- | upstream/archlinux/man1/rlogin.1 | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/rlogin.1 b/upstream/archlinux/man1/rlogin.1 new file mode 100644 index 00000000..5b3515b8 --- /dev/null +++ b/upstream/archlinux/man1/rlogin.1 @@ -0,0 +1,68 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. +.TH RLOGIN "1" "December 2023" "GNU inetutils 2.5" "User Commands" +.SH NAME +rlogin \- Remote login +.SH SYNOPSIS +.B rlogin +[\fI\,OPTION\/\fR...] \fI\,HOST\/\fR +.SH DESCRIPTION +Starts a terminal session on a remote host. +.TP +\fB\-4\fR, \fB\-\-ipv4\fR +use only IPv4 +.TP +\fB\-6\fR, \fB\-\-ipv6\fR +use only IPv6 +.TP +\fB\-8\fR, \fB\-\-8\-bit\fR +allows an eight\-bit input data path at all times +.TP +\fB\-d\fR, \fB\-\-debug\fR +set the SO_DEBUG option +.TP +\fB\-e\fR, \fB\-\-escape\fR=\fI\,CHAR\/\fR +allows user specification of the escape character, +which is ``~'' by default +.TP +\fB\-E\fR, \fB\-\-no\-escape\fR +stops any character from being recognized as an +escape character +.TP +\fB\-l\fR, \fB\-\-user\fR=\fI\,USER\/\fR +run as USER on the remote system +.TP +\-?, \fB\-\-help\fR +give this help list +.TP +\fB\-\-usage\fR +give a short usage message +.TP +\fB\-V\fR, \fB\-\-version\fR +print program version +.PP +Mandatory or optional arguments to long options are also mandatory or optional +for any corresponding short options. +.SH AUTHOR +Written by many authors. +.SH "REPORTING BUGS" +Report bugs to <bug\-inetutils@gnu.org>. +.SH COPYRIGHT +Copyright \(co 2023 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +rlogind(1) +.PP +The full documentation for +.B rlogin +is maintained as a Texinfo manual. If the +.B info +and +.B rlogin +programs are properly installed at your site, the command +.IP +.B info rlogin +.PP +should give you access to the complete manual. |