~ubuntu-branches/ubuntu/trusty/librep/trusty

« back to all changes in this revision

Viewing changes to debian/rep-remote.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2001-11-13 15:06:22 UTC
  • Revision ID: james.westby@ubuntu.com-20011113150622-kc8r4hke3msnvhi1
Tags: 0.15.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
  <!ENTITY dhfirstname "<firstname>Christian</firstname>">
 
4
  <!ENTITY dhsurname   "<surname>Marillat</surname>">
 
5
  <!ENTITY dhdate      "<date>april  5, 2001</date>">
 
6
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
7
  <!ENTITY dhemail     "<email>marillat@debian.org</email>">
 
8
  <!ENTITY dhusername  "Christian Marillat">
 
9
  <!ENTITY dhucpackage "<refentrytitle>rep-remote</refentrytitle>">
 
10
  <!ENTITY dhpackage   "rep-remote">
 
11
  <!ENTITY debian      "<productname>Debian GNU/Linux</productname>">
 
12
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
13
]>
 
14
 
 
15
<refentry>
 
16
  <refentryinfo>
 
17
    <address>
 
18
      &dhemail;
 
19
    </address>
 
20
    <author>
 
21
      &dhfirstname;
 
22
      &dhsurname;
 
23
    </author>
 
24
    <copyright>
 
25
      <year>2001</year>
 
26
      <holder>&dhusername;</holder>
 
27
    </copyright>
 
28
    &dhdate;
 
29
  </refentryinfo>
 
30
  <refmeta>
 
31
    &dhucpackage;
 
32
 
 
33
    &dhsection;
 
34
  </refmeta>
 
35
  <refnamediv>
 
36
    <refname>&dhpackage;</refname>
 
37
 
 
38
    <refpurpose> provides a protocol for executing all of librep's file operations on that host</refpurpose>
 
39
  </refnamediv>
 
40
  <refsynopsisdiv>
 
41
    <cmdsynopsis>
 
42
      <command>&dhpackage;</command>
 
43
 
 
44
        <arg><option>See the `lisp/remote-rep.jl' file in the distribution for more details.</option></arg>
 
45
    
 
46
    </cmdsynopsis>
 
47
  </refsynopsisdiv>
 
48
  <refsect1>
 
49
    <title>DESCRIPTION</title>
 
50
 
 
51
    <para><command>&dhpackage;</command> The `rep-remote' program distributed
 
52
      with `librep' must exist on the remote host, this is executed via `rsh'
 
53
      and provides a protocol for executing all of `librep''s file
 
54
      operations on that host. See the `lisp/remote-rep.jl' file in the
 
55
      distribution for more details.</para>
 
56
 
 
57
  </refsect1>
 
58
 
 
59
  <refsect1>
 
60
    <title>SEE ALSO</title>
 
61
 
 
62
    <para>The programs are documented fully by <citetitle>John
 
63
      Harper</citetitle> available via the <application>Info</application> system.</para>
 
64
  </refsect1>
 
65
 
 
66
  <refsect1>
 
67
    <title>AUTHOR</title>
 
68
 
 
69
    <para>This manual page was written by &dhusername; &dhemail; for
 
70
      the &debian; system (but may be used by others).</para>
 
71
 
 
72
  </refsect1>
 
73
</refentry>
 
74
 
 
75
<!-- Keep this comment at the end of the file
 
76
Local variables:
 
77
mode: sgml
 
78
sgml-omittag:t
 
79
sgml-shorttag:t
 
80
sgml-minimize-attributes:nil
 
81
sgml-always-quote-attributes:t
 
82
sgml-indent-step:2
 
83
sgml-indent-data:t
 
84
sgml-parent-document:nil
 
85
sgml-default-dtd-file:nil
 
86
sgml-exposed-tags:nil
 
87
sgml-local-catalogs:nil
 
88
sgml-local-ecat-files:nil
 
89
End:
 
90
-->