File: socket2socket.1.pod

package info (click to toggle)
desproxy 0.1.0~pre3-10.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 436 kB
  • sloc: ansic: 1,753; makefile: 81; sh: 29
file content (50 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#  This is manual page in Perl POD format. Read more at
#  http://perldoc.perl.org/perlpod.html or run command:
#
#     perldoc perlpod | less
#
#  To check the syntax:
#
#     podchecker *.pod
#
#  Create manual page with command:
#
#    pod2man PAGE.N.pod > PAGE.N

=pod

=head1 NAME

socket2socket - useful tiny application to connect two sockets

=head1 SYNOPSIS

  socket2socket remote_host remote_port local_port [logfile]

=head1 OPTIONS

None.

=head1 DESCRIPTION

See desproxy(1) for documentation.

=head1 ENVIRONMENT

None.

=head1 FILES

None.

=head1 SEE ALSO

desproxy(1)

=head1 AUTHORS

This manual page was written by Jari Aalto <jari.aalto@cante.net>, for
the Debian GNU system (but may be used by others). Released under
license GPL v2 or any later version.

=cut