diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-05-08 08:58:57 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-05-08 08:58:57 +0000 |
| commit | 3a51f88a2721f4cf7aded2a63f20925f8d700a7c (patch) | |
| tree | 349191031a67f3bbd2f357bec0a77d2a3435ce43 | |
| parent | b63170f870496294c39ca76486c5e6f78dc75389 (diff) | |
Notes
| -rw-r--r-- | share/examples/ppp/ppp.conf.sample | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index a503e5a9a9e7..236cdaf20bdd 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -10,10 +10,11 @@ # This file is separated into sections. Each section is named with # a label starting in column 0 and followed directly by a ``:''. The -# section continues until the next section. Blank lines and lines -# beginning with ``#'' are ignored. All commands inside sections that do -# not begin with ``!'' (e.g., ``!include'') *must* be indented by at least -# one space or tab or they will not be recognized! +# section continues until the next label. Blank lines and characters +# after a ``#'' are ignored (a literal ``#'' must be escaped with a ``\'' +# or quoted with ""). All commands inside sections that do not begin +# with ``!'' (e.g., ``!include'') *must* be indented by at least one +# space or tab or they will not be recognized! # # Lines beginning with "!include" will ``include'' another file. You # may want to ``!include ~/.ppp.conf'' for backwards compatibility. @@ -131,6 +132,11 @@ examples: # set phone 12345678|12345679:12345670|12345671 # +# Some phone numbers may include # characters - don't forget to escape +# (or quote) them: +# + set phone "12345##678" +# # Ppp can accept control instructions from the ``pppctl'' program. # First, you must set up your control socket. It's safest to use # a UNIX domain socket, and watch the permissions: |
