- Do not wrap prompts in literal since DB 5.0 doesn' allow it and this
section is meant to show the rendering, which may be different when wrapped into literal
This commit is contained in:
parent
975deb1d5c
commit
0c12038620
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42429
1 changed files with 2 additions and 2 deletions
|
@ -324,14 +324,14 @@
|
|||
|
||||
<row>
|
||||
<entry><literal>&prompt.root;</literal></entry>
|
||||
<entry><literal>&prompt.root;</literal></entry>
|
||||
<entry>&prompt.root;</entry>
|
||||
<entry>The <username>root</username> user
|
||||
prompt.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>&prompt.user;</literal></entry>
|
||||
<entry><literal>&prompt.user;</literal></entry>
|
||||
<entry>&prompt.user;</entry>
|
||||
<entry>A prompt for an unprivileged user.</entry>
|
||||
</row>
|
||||
|
||||
|
|
Loading…
Reference in a new issue