-
Notifications
You must be signed in to change notification settings - Fork 0
/
sshcomm.ja.man
46 lines (32 loc) · 896 Bytes
/
sshcomm.ja.man
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
[vset VERSION 0.4]
[manpage_begin sshcomm n [vset VERSION]]
[titledesc {comm via ssh}]
[moddesc {comm via ssh}]
[category {CGI programming}]
[copyright {2005-2020, by Hiroaki Kobayashi (hkoba)}]
[see_also comm(n)]
[keywords comm]
[keywords send]
[keywords ipc]
[keywords {remote communication}]
[keywords {remote execution}]
[keywords rpc]
[keywords secure]
[keywords ssh]
[category {Programming tools}]
[require Tcl 8.5]
[require sshcomm [opt [vset VERSION]]]
[description]
[para]
[package sshcomm] パッケージは
[section Commands]
[list_begin definitions]
[call [cmd sshcomm::ssh] [arg host] [arg args]]
[call [cmd sshcomm::comm] [arg host] [arg args]]
[call [cmd sshcomm::configure] [opt "[const -debuglevel] [arg level]"] [opt "[const -debugchan] [arg chan]"]]
[list_end]
[section Types]
[list_begin definitions]
[call [cmd sshcomm::connection]]
[list_end]
[manpage_end]