Skip to content

Commit 96a2e03

Browse files
chrisdavidsonmhorne
authored andcommitted
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: freebsd/freebsd-src#1114
1 parent 4329887 commit 96a2e03

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

lib/libc/locale/xlocale.3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ along with the headers that expose them, is provided here:
166166
.Xr vsprintf_l 3 ,
167167
.Xr vsscanf_l 3
168168
.It In stdlib.h
169-
.Xr atof_l 3 ,
170-
.Xr atoi_l 3 ,
171-
.Xr atol_l 3 ,
172-
.Xr atoll_l 3 ,
169+
.\".Xr atof_l 3 ,
170+
.\".Xr atoi_l 3 ,
171+
.\".Xr atol_l 3 ,
172+
.\".Xr atoll_l 3 ,
173173
.Xr mblen_l 3 ,
174174
.Xr mbstowcs_l 3 ,
175175
.Xr mbtowc_l 3 ,

share/man/man4/lagg.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The following example shows how to create an infiniband failover interface.
214214
.Ed
215215
.Pp
216216
Configure two ethernets for failover with static IP in
217-
.Xr /etc/rc.conf 5 :
217+
.Pa /etc/rc.conf :
218218
.Bd -literal -offset indent
219219
cloned_interfaces="lagg0"
220220
ifconfig_lagg0="laggproto failover laggport bge0 laggport bge1 \e

share/man/man9/buf.9

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ instantiated VM Buffers (struct buf's) prevent their underlying pages in the
132132
buffer cache from being freed.
133133
This can complicate the life of the paging
134134
system.
135-
.\" .Sh SEE ALSO
136-
.\" .Xr <fillmein> 9
137135
.Sh HISTORY
138136
The
139137
.Nm

0 commit comments

Comments
 (0)