Skip to content

Commit

Permalink
remove obsolete inline comments. Ready for Daria.
Browse files Browse the repository at this point in the history
  • Loading branch information
janajaeger committed Aug 10, 2023
1 parent 6710c4b commit 613a98d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
21 changes: 0 additions & 21 deletions references/sudo-commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,26 +291,5 @@ Number of tries to enter a password: 3
</listitem>
</varlistentry>
</variablelist>
<!--table>
<title>A table title</title>
<tgroup cols="2">
<colspec colwidth="50*"/>
<colspec colwidth="50*"/>
<tbody>
<row>
<entry>an entry</entry>
<entry>another entry</entry>
</row>
<row>
<entry>an entry</entry>
<entry>another entry</entry>
</row>
<row>
<entry>an entry</entry>
<entry>another entry</entry>
</row>
</tbody>
</tgroup>
</table-->
</section>
</topic>
1 change: 0 additions & 1 deletion references/sudo-edit-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
&prompt.sudo;EDITOR=/usr/bin/nano visudo -f /etc/sudoers.d/<replaceable>NAME</replaceable>
</screen>
</section>
<!-- How to create custom configs with visudo -->
<section xml:id="sudo-edit-configuration-custom">
<title>Creating custom &sudo; configuration files</title>
<para>
Expand Down
1 change: 0 additions & 1 deletion references/sudo-troubleshoot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@
&rootuser; password to start a root shell. Run <command>visudo -c</command>
to check for errors and then fix them using <command>visudo</command>.
</para>
<!-- FIXME. jjaeger: provide example, if possible!-->
</section>
</topic>
5 changes: 4 additions & 1 deletion references/sudo-user-authorization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ tux ALL = NOPASSWD: /usr/bin/frobnicate, PASSWD: /usr/bin/journalctl<co xml:id="
<para>
There are two exceptions: <literal>#include</literal>
and <literal>#includedir</literal> are regular commands.
<!--FIXME, jjaeger: is this still true with the current version? Current SUSE has @includedir -->
More current version do not use the <literal>#</literal> any more.
Instead include directives are now preceded by <literal>@</literal>.
<literal>#</literal> notation is still supported for backwards
compatibility reasons.
</para>
</callout>
<callout arearefs="co-toggle-flag">
Expand Down

0 comments on commit 613a98d

Please sign in to comment.