git: db91ad364211 - stable/13 - manpages: Fix use of At macro
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 11:24:03 UTC
The branch stable/13 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=db91ad364211e68e44661c0e0018bab14c824698
commit db91ad364211e68e44661c0e0018bab14c824698
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-03 23:03:44 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-10-04 11:18:49 +0000
manpages: Fix use of At macro
The versions for the At macro from 1 to 7 must be prefixed with "v".
MFC after: 3 days
(cherry picked from commit 8b73b57c1b4bae9c9862d7655f86d1610f32f083)
---
usr.bin/banner/banner.6 | 2 +-
usr.bin/basename/basename.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6
index a1a8e9f0b379..8c3ad5e29bc3 100644
--- a/usr.bin/banner/banner.6
+++ b/usr.bin/banner/banner.6
@@ -63,7 +63,7 @@ suitable for a narrow terminal.
The
.Nm
utility first appeared in
-.At 6 .
+.At v6 .
.Sh AUTHORS
.An Mark Horton
.Sh BUGS
diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1
index d15de2c19edf..2bbb31e16094 100644
--- a/usr.bin/basename/basename.1
+++ b/usr.bin/basename/basename.1
@@ -114,7 +114,7 @@ compatible.
The
.Nm
utility first appeared in
-.At 7 .
+.At v7 .
The
.Nm dirname
utility first appeared in