~peter-pearse/ubuntu/natty/pptp-linux/prop001

« back to all changes in this revision

Viewing changes to pptpsetup.8

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2009-04-28 06:47:47 UTC
  • Revision ID: james.westby@ubuntu.com-20090428064747-5irjb5atfjicy1k1
Tags: 1.7.2-3
Instead of changing permissions after, make sure to set the proper
umask. Closes: #523476.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
 
1
.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05)
2
2
.\"
3
3
.\" Standard preamble:
4
4
.\" ========================================================================
5
 
.de Sh \" Subsection heading
6
 
.br
7
 
.if t .Sp
8
 
.ne 5
9
 
.PP
10
 
\fB\\$1\fR
11
 
.PP
12
 
..
13
5
.de Sp \" Vertical space (when we can't use .PP)
14
6
.if t .sp .5v
15
7
.if n .sp
48
40
.    ds R" ''
49
41
'br\}
50
42
.\"
 
43
.\" Escape single quotes in literal strings from groff's Unicode transform.
 
44
.ie \n(.g .ds Aq \(aq
 
45
.el       .ds Aq '
 
46
.\"
51
47
.\" If the F register is turned on, we'll generate index entries on stderr for
52
 
.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
 
48
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
53
49
.\" entries marked with X<> in POD.  Of course, you'll have to process the
54
50
.\" output yourself in some meaningful fashion.
55
 
.if \nF \{\
 
51
.ie \nF \{\
56
52
.    de IX
57
53
.    tm Index:\\$1\t\\n%\t"\\$2"
58
54
..
59
55
.    nr % 0
60
56
.    rr F
61
57
.\}
62
 
.\"
63
 
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
64
 
.\" way too many mistakes in technical documents.
65
 
.hy 0
66
 
.if n .na
 
58
.el \{\
 
59
.    de IX
 
60
..
 
61
.\}
67
62
.\"
68
63
.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
69
64
.\" Fear.  Run.  Save yourself.  No user-serviceable parts.
129
124
.\" ========================================================================
130
125
.\"
131
126
.IX Title "PPTPSETUP 1"
132
 
.TH PPTPSETUP 1 "2008-05-14" "perl v5.8.8" "User Contributed Perl Documentation"
 
127
.TH PPTPSETUP 1 "2009-04-12" "perl v5.10.0" "User Contributed Perl Documentation"
 
128
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 
129
.\" way too many mistakes in technical documents.
 
130
.if n .ad l
 
131
.nh
133
132
.SH "NAME"
134
133
pptpsetup \- Point\-to\-Point Tunneling Protocol setup
135
134
.SH "SYNOPSIS"
138
137
\&    pptpsetup \-\-create <TUNNEL> \-\-server <SERVER> [\-\-domain <DOMAIN>]
139
138
\&              \-\-username <USERNAME> [\-\-password <PASSWORD>]
140
139
\&              [\-\-encrypt] [\-\-start]
141
 
.Ve
142
 
.PP
143
 
.Vb 1
 
140
\&
144
141
\&    pptpsetup \-\-delete <TUNNEL>
145
142
.Ve
146
143
.SH "DESCRIPTION"
147
144
.IX Header "DESCRIPTION"
148
145
\&\s-1PPTP\s0 Client is a Linux, FreeBSD, NetBSD and OpenBSD client for the 
149
 
proprietary Microsoft Point-to-Point Tunneling Protocol, \s-1PPTP\s0. 
 
146
proprietary Microsoft Point-to-Point Tunneling Protocol, \s-1PPTP\s0.
150
147
.PP
151
148
This script configures \s-1PPTP\s0 Client on Linux.
152
149
.SH "OPTIONS"