No string named `/` is defined in this document.

Fixes:
troff:./doc/bash.1:5221: warning: macro '/' not defined
---
 doc/bash.1 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/bash.1 b/doc/bash.1
index 9223dd46..036ab2ae 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -5231,10 +5231,10 @@ .SH "CONDITIONAL EXPRESSIONS"
 .FN /dev/fd/n ,
 then \fBbash\fP checks file descriptor \fIn\fP.
 If the \fIfile\fP argument to one of the primaries is one of
-.FN \*/dev/stdin ,
-.FN \*/dev/stdout ,
+.FN /dev/stdin ,
+.FN /dev/stdout ,
 or
-.FN \*/dev/stderr ,
+.FN /dev/stderr ,
 \fBbash\fP checks file descriptor 0, 1, or 2, respectively.
 .PP
 Unless otherwise specified, primaries that operate on files follow symbolic
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to