]> git.p6c8.net - devedit.git/blobdiff - templates/chprop.htm
Describe the possibility of using comments in configuration files
[devedit.git] / templates / chprop.htm
index 7d98801fdbd36238b1b32745d3b5e47dc2ab42d1..e5ed8f5e6fd4f9ca293a5f7a587ec125d9113673 100644 (file)
@@ -16,7 +16,7 @@
 
 <p>Current mode: {MODE_STRING} (Octal: {MODE_OCTAL})</p>
 
-<p>Current group: {GROUP} (GID: {GID})</p>
+<p>Current group: {IF group_detected}{GROUP} ({ENDIF}GID: {GID}{IF group_detected}){ENDIF}</p>
 
 <hr>
 
@@ -43,9 +43,9 @@
 
 <ul>
 <li><b>Change mode:</b><br>
-Use an <b>octal</b> number to change the mode of the file. You may use the three or four number form. For this, SetUID, SetGID and Sticky Bit are also supported.</li>
+Use an <b>octal</b> number to change the mode of the file. SetUID, SetGID and Sticky Bit are also supported.</li>
 <li><b>Change group:</b><br>
-Enter the group name or the group ID the file should be assigned to.</li>
+Enter the group name or the group ID the file should be assigned to. If a group name is also a numeric group ID, the value is used as a group name.</li>
 </ul>
 
 <hr>

patrick-canterino.de