diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-27 12:01:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-27 12:01:09 (GMT) |
commit | a130f70eb1c958b938a9d63a055fc64141903155 (patch) | |
tree | 8fe3794de939a975104e0ea09bd965d6a53684c2 | |
parent | 752a2a1cf22d2b378c0911cc36942bab516d5cd4 (diff) | |
download | tcl-a130f70eb1c958b938a9d63a055fc64141903155.zip tcl-a130f70eb1c958b938a9d63a055fc64141903155.tar.gz tcl-a130f70eb1c958b938a9d63a055fc64141903155.tar.bz2 |
(cherry-pick) Corrected synopsis of namespace manual page where the subcommand was wrongly declared optional
-rw-r--r-- | doc/namespace.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/namespace.n b/doc/namespace.n index f7775b4..120c0a3 100644 --- a/doc/namespace.n +++ b/doc/namespace.n @@ -14,7 +14,7 @@ .SH NAME namespace \- create and manipulate contexts for commands and variables .SH SYNOPSIS -\fBnamespace \fR?\fIsubcommand\fR? ?\fIarg ...\fR? +\fBnamespace \fR\fIsubcommand\fR ?\fIarg ...\fR? .BE .SH DESCRIPTION .PP |