Fix typo: %prompt.user; -> &prompt.user;
Submitted by: Chern Lee <chern.lee@windriver.com>
This commit is contained in:
parent
3d451db6c8
commit
2c7b2bc901
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9713
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.49 2001/06/21 17:20:59 murray Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.50 2001/06/23 06:57:05 dd Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="security">
|
<chapter id="security">
|
||||||
|
@ -1560,7 +1560,7 @@ jack@GRONDAR.ZA</screen>
|
||||||
<screen>&prompt.user; <userinput>kinit</userinput>
|
<screen>&prompt.user; <userinput>kinit</userinput>
|
||||||
MIT Project Athena (grunt.grondar.za)
|
MIT Project Athena (grunt.grondar.za)
|
||||||
<prompt>Password:</prompt>
|
<prompt>Password:</prompt>
|
||||||
%prompt.user; <userinput>rlogin grunt</userinput>
|
&prompt.user; <userinput>rlogin grunt</userinput>
|
||||||
Last login: Mon May 1 21:14:47 from grumble
|
Last login: Mon May 1 21:14:47 from grumble
|
||||||
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
|
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
|
||||||
The Regents of the University of California. All rights reserved.
|
The Regents of the University of California. All rights reserved.
|
||||||
|
|
Loading…
Reference in a new issue