2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

mark/unmark: fix some typos in documentation

git-svn-id: https://svn.fhem.de/fhem/trunk@13242 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-01-26 17:51:46 +00:00
parent 3fdc8187f8
commit b8e320291d
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ sub CommandMark($$)
1; 1;
=pod =pod
=item helper =item command
=item summary mark devices for TEMPORARY or VOLATILE =item summary mark devices for TEMPORARY or VOLATILE
=item summary_DE markiert Geräte als TEMPORARY oder VOLATILE =item summary_DE markiert Geräte als TEMPORARY oder VOLATILE
=item command =item command

View File

@ -30,14 +30,14 @@ sub CommandUnmark($$)
1; 1;
=pod =pod
=item helper =item command
=item summary mark devices for TEMPORARY or VOLATILE =item summary mark devices for TEMPORARY or VOLATILE
=item summary_DE markiert Geräte als TEMPORARY oder VOLATILE =item summary_DE markiert Geräte als TEMPORARY oder VOLATILE
=item command =item command
=begin html =begin html
<a name="unmark"></a> <a name="unmark"></a>
<h3>mark</h3> <h3>unmark</h3>
<ul> <ul>
<code>unmark &lt;devspec&gt; &lt;TEMPORARY|VOLATILE&gt;</code> <code>unmark &lt;devspec&gt; &lt;TEMPORARY|VOLATILE&gt;</code>
<br><br> <br><br>