git: 96a2e036b709 - main - Update manual page references and macros to align to mandoc syntax
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 15:52:42 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=96a2e036b7095e819cc536b6145950b54dffb929
commit 96a2e036b7095e819cc536b6145950b54dffb929
Author: Christopher Davidson <christopher.davidson@gmail.com>
AuthorDate: 2024-02-09 03:57:52 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-04-23 15:50:54 +0000
Update manual page references and macros to align to mandoc syntax
xlocale.3: Comment out reference to atof_l(3), atoi_l(3), atol_l(3), atoll_l(3)
These manual page references do not exist.
lagg.4: Change the reference for /etc/rc.conf from a reference link
.Xr -> .Pa based on the context within the manual page it is used.
buf.9: Remove .Xr entries from the file
The buf.9 manual page contains a commented out .Xr reference.
The <filmmein> 9 entry is a placeholder and has been removed for
clarity.
Reviewed by: mhorne
Pull Request: https://github.com/freebsd/freebsd-src/pull/1114
---
lib/libc/locale/xlocale.3 | 8 ++++----
share/man/man4/lagg.4 | 2 +-
share/man/man9/buf.9 | 2 --
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/lib/libc/locale/xlocale.3 b/lib/libc/locale/xlocale.3
index daa754dfc473..3af7a38a76d1 100644
--- a/lib/libc/locale/xlocale.3
+++ b/lib/libc/locale/xlocale.3
@@ -166,10 +166,10 @@ along with the headers that expose them, is provided here:
.Xr vsprintf_l 3 ,
.Xr vsscanf_l 3
.It In stdlib.h
-.Xr atof_l 3 ,
-.Xr atoi_l 3 ,
-.Xr atol_l 3 ,
-.Xr atoll_l 3 ,
+.\".Xr atof_l 3 ,
+.\".Xr atoi_l 3 ,
+.\".Xr atol_l 3 ,
+.\".Xr atoll_l 3 ,
.Xr mblen_l 3 ,
.Xr mbstowcs_l 3 ,
.Xr mbtowc_l 3 ,
diff --git a/share/man/man4/lagg.4 b/share/man/man4/lagg.4
index b2ca5a02b4a9..4eaed2cf3a88 100644
--- a/share/man/man4/lagg.4
+++ b/share/man/man4/lagg.4
@@ -214,7 +214,7 @@ The following example shows how to create an infiniband failover interface.
.Ed
.Pp
Configure two ethernets for failover with static IP in
-.Xr /etc/rc.conf 5 :
+.Pa /etc/rc.conf :
.Bd -literal -offset indent
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport bge0 laggport bge1 \e
diff --git a/share/man/man9/buf.9 b/share/man/man9/buf.9
index 975a1bf2074f..ecd4a1487735 100644
--- a/share/man/man9/buf.9
+++ b/share/man/man9/buf.9
@@ -132,8 +132,6 @@ instantiated VM Buffers (struct buf's) prevent their underlying pages in the
buffer cache from being freed.
This can complicate the life of the paging
system.
-.\" .Sh SEE ALSO
-.\" .Xr <fillmein> 9
.Sh HISTORY
The
.Nm