Make pretty the output of my <screen> tags.

This commit is contained in:
Tom Rhodes 2005-03-17 09:41:38 +00:00
parent 9e9bc62ee3
commit be42d8ca8c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24110

View file

@ -598,15 +598,13 @@ total 530
undeletable flag on the file <filename>file1</filename>,
issue the following command:</para>
<screen>&prompt.root; <userinput>chflags sunlink
<filename>file1</filename></userinput></screen>
<screen>&prompt.root; <userinput>chflags sunlink <filename>file1</filename></userinput></screen>
<para>And to disable the system undeletable flag, simply
issue the previous command with <quote>no</quote> in
front of the <option>sunlink</option>. Observe:</para>
<screen>&prompt.root; <userinput>chflags nosunlink
<filename>file1</filename></userinput></screen>
<screen>&prompt.root; <userinput>chflags nosunlink <filename>file1</filename></userinput></screen>
<para>To view the flags of this file, use the &man.ls.1;
with the <option>-lo</option> flags:</para>