]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsns: make the synopsis more coherent
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 27 Jan 2026 01:14:02 +0000 (20:14 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 27 Jan 2026 01:14:02 +0000 (20:14 -0500)
Using _namespace ID_ in the synopsis as argument definition
is more coherent as it lets a user easily infer that a
numeric value is required to identify a namespace.

Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/lsns.8.adoc
sys-utils/lsns.c

index d9ab587feffca69687f7c64b8b5c8c6698d8bb02..25535342fcd528bdebe31f78dd22ea06097de0b0 100644 (file)
@@ -19,7 +19,7 @@ lsns - list namespaces
 
 == SYNOPSIS
 
-*lsns* [options] [_namespace_]
+*lsns* [options] [_namespace ID_]
 
 == DESCRIPTION
 
index dd94e8ab4fb441c2ec2117970f0c7b260e57594d..5e3b8c73bbce7c056aef951c3475a9ada82d2d4c 100644 (file)
@@ -1563,7 +1563,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(USAGE_HEADER, out);
 
        fprintf(out,
-               _(" %s [options] [<namespace>]\n"), program_invocation_short_name);
+               _(" %s [options] [<namespace ID>]\n"), program_invocation_short_name);
 
        fputs(USAGE_SEPARATOR, out);
        fputs(_("List system namespaces.\n"), out);