[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 12/18] doc/bash.1: fix unescaped hyphen
From: |
G. Branden Robinson |
Subject: |
[PATCH 12/18] doc/bash.1: fix unescaped hyphen |
Date: |
Wed, 31 Jan 2024 02:42:50 -0600 |
Diff of rendering (groff):
- reserved word if the next token begins with a ‘‐’. The TIMEFORMAT
variable
+ reserved word if the next token begins with a ‘-’. The TIMEFORMAT
variable
---
doc/bash.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/bash.1 b/doc/bash.1
index ffbc97f4..81c3153e 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -598,7 +598,7 @@ .SS Pipelines
terminates.
The \fB\-p\fP option changes the output format to that specified by POSIX.
When the shell is in \fIposix mode\fP, it does not recognize
-\fBtime\fP as a reserved word if the next token begins with a `-'.
+\fBtime\fP as a reserved word if the next token begins with a `\-'.
The
.SM
.B TIMEFORMAT
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 12/18] doc/bash.1: fix unescaped hyphen,
G. Branden Robinson <=