git: 2abdbe9d7964 - main - style.mdoc: Add example manuals to FILES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Feb 2026 07:07:46 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=2abdbe9d796419e8149705ffb4c81f0c0cdea05f
commit 2abdbe9d796419e8149705ffb4c81f0c0cdea05f
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-02-26 07:07:09 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-02-26 07:07:12 +0000
style.mdoc: Add example manuals to FILES
This is the OG meat and potatoes.
MFC after: 3 days
Reviewed by: 0mp, carlavilla
Differential Revision: https://reviews.freebsd.org/D55301
---
share/man/man5/style.mdoc.5 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/share/man/man5/style.mdoc.5 b/share/man/man5/style.mdoc.5
index 2f8ea90ae21f..98cc516ffd64 100644
--- a/share/man/man5/style.mdoc.5
+++ b/share/man/man5/style.mdoc.5
@@ -286,6 +286,11 @@ that would be rendered as:
.Va critical_filesystems_ Ns Ar type
.Ed
.El
+.Sh FILES
+.Bl -tag -width "/usr/share/examples/mdoc/tab"
+.It /usr/share/examples/mdoc/
+Examples for writing manual pages.
+.El
.Sh SEE ALSO
.Xr man 1 ,
.Xr mandoc 1 ,