diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-10 19:24:35 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-10 19:24:35 +0000 |
commit | 743d5d518c25e41a3e9026d400fa625efc306c82 (patch) | |
tree | eef4036b4299212e7d9f218a5394cd119824ab1f /lib/libutil | |
parent | 6fac181c69796d77d480e152882376531588a7c6 (diff) |
mdoc(7): Properly mark C headers.
Notes
Notes:
svn path=/head/; revision=119964
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/realhostname.3 | 2 | ||||
-rw-r--r-- | lib/libutil/realhostname_sa.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/realhostname.3 b/lib/libutil/realhostname.3 index a77c44cf1d3d..37b166a6852b 100644 --- a/lib/libutil/realhostname.3 +++ b/lib/libutil/realhostname.3 @@ -74,7 +74,7 @@ will not be NUL terminated. The .Fn realhostname function will return one of the following constants which are defined in -.Pa libutil.h : +.In libutil.h : .Pp .Bl -tag -width XXX -offset XXX .It Li HOSTNAME_FOUND diff --git a/lib/libutil/realhostname_sa.3 b/lib/libutil/realhostname_sa.3 index 73d89f7ad3d7..72340aa92d32 100644 --- a/lib/libutil/realhostname_sa.3 +++ b/lib/libutil/realhostname_sa.3 @@ -103,7 +103,7 @@ will not be NUL terminated. The .Fn realhostname_sa function will return one of the following constants which are defined in -.Pa libutil.h : +.In libutil.h : .Pp .Bl -tag -width XXX -offset XXX .It Li HOSTNAME_FOUND |