summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-11-24 12:47:27 +0100
committerнаб <nabijaczleweli@nabijaczleweli.xyz>2022-11-24 12:47:37 +0100
commit64b9f4e080694bc8bfec14504489f43a3b005da4 (patch)
treee76cf5fbe5e75ab9e5ea82685b9238030a4fdb53
parentec22154c5014a8d5e496766202b4ec504953e957 (diff)
Unbold brackets for optional n at start of commands
This makes it more consistent with the rest of the spec, as well as making it correcter: "[n]list" isn't a valid command, "list" and "nlist" are Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
-rw-r--r--man/xauth.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/xauth.man b/man/xauth.man
index c35bc71..f4170f8 100644
--- a/man/xauth.man
+++ b/man/xauth.man
@@ -136,7 +136,7 @@ in the same format as the \fIhexkey\fP described in the add command.
The default is to send no data.
.TP 8
-.B "[n]extract \fIfilename displayname..."
+.RB [ n ] "extract \fIfilename displayname..."
Authorization entries for each of the specified displays are written to the
indicated file. If the \fInextract\fP command is used, the entries are written
in a numeric format suitable for non-binary transmission (such as secure
@@ -144,7 +144,7 @@ electronic mail). The extracted entries can be read back in using the
\fImerge\fP and \fInmerge\fP commands. If the filename consists of
just a single dash, the entries will be written to the standard output.
.TP 8
-.B "[n]list \fR[\fIdisplayname\fP...]"
+.RB [ n ] "list \fR[\fIdisplayname\fP...]"
Authorization entries for each of the specified displays (or all if no
displays are named) are printed on the standard output. If the \fInlist\fP
command is used, entries will be shown in the numeric format used by
@@ -152,7 +152,7 @@ the \fInextract\fP command; otherwise, they are shown in a textual format.
Key data is always displayed in the hexadecimal format given in the
description of the \fIadd\fP command.
.TP 8
-.B "[n]merge \fR[\fIfilename\fP...]"
+.RB [ n ] "merge \fR[\fIfilename\fP...]"
Authorization entries are read from the specified files and are merged into
the authorization database, superseding any matching existing entries. If
the \fInmerge\fP command is used, the numeric format given in the description