[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/8] doc/bash.1: use page-local `FN` macro for file name
From: |
G. Branden Robinson |
Subject: |
[PATCH 6/8] doc/bash.1: use page-local `FN` macro for file name |
Date: |
Wed, 10 Jan 2024 10:19:29 -0600 |
The page defines it; might as well use it.
---
doc/bash.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/bash.1 b/doc/bash.1
index 8943e01e..fff8a817 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -2107,7 +2107,7 @@ .SS Shell Variables
This variable expands to a 32-bit pseudo-random number each time it is
referenced.
The random number generator is not linear on systems that support
-\f(CW/dev/urandom\fP
+.FN /dev/urandom
or
.IR \%arc4random (3),
so each returned number has no relationship to the numbers preceding it.
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 6/8] doc/bash.1: use page-local `FN` macro for file name,
G. Branden Robinson <=