Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2001 14:12:05 +0800
From:      "Michael O. Boev" <mike@tric.tomsk.gov.ru>
To:        <doc@freebsd.org>
Subject:   possible typo @ http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html
Message-ID:  <000501c132ad$079152e0$7d7a6ad9@draco>

next in thread | raw e-mail | index | archive | help
Greetings!

in the "17.2.1.5.4.1 mgetty and AutoPPP" section, the contents of the
/etc/ppp/ppp-pap-dialup script are given:

#!/bin/sh
exec /usr/sbin/ppp -direct pap$IDENT

But, my guess is, that since ppp(8) accepts names of systems(config file
sections) separated by spaces, and, the intent is to setup pap confuguration
AND the device specific stuff, there should be a whitespace between pap and
$IDENT, as in:

#!/bin/sh
exec /usr/sbin/ppp -direct pap $IDENT

Sincerely,
Mike Boev.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c132ad$079152e0$7d7a6ad9>