From 8b6f6348d92e93a3a7795f76a27f7aab595f9472 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 29 May 2008 16:38:10 -0400 Subject: [PATCH] Updated pppob manpage with -P option --- ChangeLog | 1 + man/pppob.1 | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 43aa954d..d6bc81fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ Release: version 0.13 - 2008/05/?? - added ppp options and chatscript files to RPM build - updated docs with binary package default PPP scripts - added -P option to pppob to specify password + - updated pppob manpage with -P option 2008/05/27 - fixed missing #includes in src/data.cc - fixed compile errors in library, utils, and plugin when compiling diff --git a/man/pppob.1 b/man/pppob.1 index 54af354b..bff090dd 100644 --- a/man/pppob.1 +++ b/man/pppob.1 @@ -20,7 +20,7 @@ \- Barry Project's program to access the Blackberry modem for pppd .SH SYNOPSIS .B pppob -[-l filename][-p pin][-s][-v] +[-l filename][-p pin][-P password][-s][-v] .SH DESCRIPTION .PP .B pppob @@ -37,6 +37,10 @@ filename instead of stderr. PIN of device to talk with. Only needed if you have more than one Blackberry connected at once. .TP +.B \-P password +Simplistic method to specify device password. In a real application, this +would be done using a more secure prompt. +.TP .B \-s Use Serial mode instead of the default IpModem mode. Older Blackberries used a serial mode based on a similar protocol to what database access -- 2.11.4.GIT