Correct some markup:
o The full stop at the end of a sentence should not be placed within a progamlisting element. o Break the programlisting out of the para element.
This commit is contained in:
parent
3d6720c140
commit
af00da4546
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17535
1 changed files with 2 additions and 2 deletions
|
@ -979,8 +979,8 @@ setenv XNLSPATH /usr/X11R6/lib/X11/nls</programlisting>
|
|||
-m</command> to become root, which will give you the
|
||||
<command>tcsh</command> as root, because the shell is part of
|
||||
the environment. You can make this permanent by adding it to
|
||||
your <filename>.tcshrc</filename> file as an alias with
|
||||
<programlisting>alias su su -m.</programlisting></para>
|
||||
your <filename>.tcshrc</filename> file as an alias with:</para>
|
||||
<programlisting>alias su su -m</programlisting>
|
||||
</note>
|
||||
|
||||
<para>When <command>tcsh</command> starts up, it will read the
|
||||
|
|
Loading…
Reference in a new issue