From 1a6443f1678907de95d36f91f6000eb188f1f830 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 27 Dec 2007 04:00:03 +0000 Subject: [PATCH] Use .Fa for struct members. --- lib/libc/gen/dlinfo.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3 index cdd9a1109b..296f6b4ca1 100644 --- a/lib/libc/gen/dlinfo.3 +++ b/lib/libc/gen/dlinfo.3 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc/gen/dlinfo.3,v 1.3.2.1 2003/02/20 20:42:45 kan Exp $ -.\" $DragonFly: src/lib/libc/gen/dlinfo.3,v 1.11 2007/05/17 08:19:00 swildner Exp $ +.\" $DragonFly: src/lib/libc/gen/dlinfo.3,v 1.12 2007/12/27 04:00:03 swildner Exp $ .\" .Dd February 14, 2003 .Os @@ -141,14 +141,14 @@ request. The returned .Ft Dl_serinfo structure contains -.Dv dls_cnt +.Fa dls_cnt .Ft Dl_serpath entries. Each entry's -.Dv dlp_name +.Fa dlp_name field points to the search path. The corresponding -.Dv dlp_info +.Fa dlp_info field contains one of more flags indicating the origin of the path (see the .Dv LA_SER_* flags defined in the @@ -164,14 +164,14 @@ structure for use in a .Dv RTLD_DI_SERINFO request. Both the -.Dv dls_cnt +.Fa dls_cnt and -.Dv dls_size +.Fa dls_size fields are returned to indicate the number of search paths applicable to the handle, and the total size of a .Ft Dl_serinfo buffer required to hold -.Dv dls_cnt +.Fa dls_cnt .Ft Dl_serpath entries and the associated search path strings. See -- 2.41.0