]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
sg: group is not optional
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 29 Dec 2025 18:06:33 +0000 (19:06 +0100)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Mon, 29 Dec 2025 22:49:00 +0000 (23:49 +0100)
The group argument is not optional, so do not specify it as such in the
manual page.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
man/sg.1.xml

index 8eab62fae2d60c3151c9605c32ba346efdbb28a8..2423f1097f58f4ada8f4b9a2e08529d779b0c756 100644 (file)
     <cmdsynopsis>
       <command>sg</command>
       <arg choice='opt'>- </arg>
-      <arg choice='opt'>group
+      <arg choice='plain'>
+        <replaceable>group</replaceable>
+      </arg>
+      <arg choice='opt'>
        <arg choice='opt'>-c </arg>
        command
       </arg>