Correct usage to "authkey password" from "authname password"
Pointed-out-by: Peter Doshi <pdoshi01@student.vill.edu>
This commit is contained in:
parent
9165e0d8c3
commit
c1999db212
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2414
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: userppp.sgml,v 1.27 1997-11-02 10:56:47 max Exp $ -->
|
||||
<!-- $Id: userppp.sgml,v 1.28 1998-02-09 14:39:31 jkh Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect>Setting up User PPP<label id="userppp">
|
||||
|
@ -712,7 +712,7 @@
|
|||
7 set login
|
||||
.....
|
||||
13 set authname MyUserName
|
||||
14 set authname MyPassword
|
||||
14 set authkey MyPassword
|
||||
</verb></tscreen>
|
||||
|
||||
As always, do not include the line numbers, they are just for reference
|
||||
|
|
Loading…
Reference in a new issue