git: 325c554e2ec9 - stable/12 - find.1: Correct the markup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Aug 2022 05:00:29 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=325c554e2ec9ffd4d5ce38793ea3a529a5d26069
commit 325c554e2ec9ffd4d5ce38793ea3a529a5d26069
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-08-02 06:33:20 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-08-05 05:00:18 +0000
find.1: Correct the markup
- ASCII is an acronym and there is no ascii(8) manual page
- Reference ascii(7) in the SEE ALSO section
Reported by: karels
X-MFC with: 321dc6ee7e81
(cherry picked from commit 93b8510c3697d56630066dd61c7bbd466e617bd1)
---
usr.bin/find/find.1 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 410131028a5d..c163f36666b3 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -31,7 +31,7 @@
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd July 22, 2022
+.Dd August 2, 2022
.Dt FIND 1
.Os
.Sh NAME
@@ -175,8 +175,7 @@ because
.Ql .\&
goes before
.Ql /
-in
-.Xr ASCII 8 .
+in ASCII.
In locales other than
.Ar C
results may vary more due to collation differences.
@@ -798,7 +797,7 @@ is specified, the given expression shall be effectively replaced by
.It Ic -print0
This primary always evaluates to true.
It prints the pathname of the current file to standard output, followed by an
-.Xr ASCII 8
+ASCII
.Dv NUL
character (character code 0).
.It Ic -prune
@@ -1035,6 +1034,7 @@ section below for details.
.Xr getgrent 3 ,
.Xr getpwent 3 ,
.Xr strmode 3 ,
+.Xr ascii 7 ,
.Xr re_format 7 ,
.Xr symlink 7
.Sh STANDARDS