summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
committeruqs <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
commit8ae3afcfad3d809ecc914f65e53a58e795268f62 (patch)
treeb3bc1578c597e5672077e41ccd208441fd2d7f64 /lib
parentf987d108ff49e7a674821ea62a05be912a3e1c04 (diff)
downloadFreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.zip
FreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.tar.gz
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/libarchive-formats.51
-rw-r--r--lib/libc/gen/confstr.31
-rw-r--r--lib/libc/gen/getcap.31
-rw-r--r--lib/libc/gen/stringlist.31
-rw-r--r--lib/libc/gen/sysctl.31
-rw-r--r--lib/libc/locale/localeconv.31
-rw-r--r--lib/libc/locale/setlocale.31
-rw-r--r--lib/libc/net/getnetent.31
-rw-r--r--lib/libc/net/getprotoent.31
-rw-r--r--lib/libc/net/nsdispatch.32
-rw-r--r--lib/libc/posix1e/acl_add_flag_np.31
-rw-r--r--lib/libc/posix1e/acl_add_perm.32
-rw-r--r--lib/libc/posix1e/acl_get.31
-rw-r--r--lib/libc/posix1e/acl_set.31
-rw-r--r--lib/libc/posix1e/acl_set_entry_type_np.31
-rw-r--r--lib/libc/posix1e/acl_set_tag_type.31
-rw-r--r--lib/libc/regex/re_format.71
-rw-r--r--lib/libc/stdlib/malloc.31
-rw-r--r--lib/libc/stdlib/strtod.31
-rw-r--r--lib/libc/sys/aio_read.21
-rw-r--r--lib/libc/sys/aio_write.21
-rw-r--r--lib/libc/sys/clock_gettime.21
-rw-r--r--lib/libc/sys/gettimeofday.21
-rw-r--r--lib/libc/sys/kldstat.21
-rw-r--r--lib/libc/sys/kldsym.21
-rw-r--r--lib/libc/sys/kqueue.21
-rw-r--r--lib/libc/sys/modstat.21
-rw-r--r--lib/libc/sys/recv.22
-rw-r--r--lib/libc/sys/sched_setscheduler.21
-rw-r--r--lib/libc/uuid/uuid.31
-rw-r--r--lib/libcam/cam_cdbparse.31
-rw-r--r--lib/libdisk/libdisk.31
-rw-r--r--lib/libelf/elf_begin.31
-rw-r--r--lib/libgssapi/gssapi.31
-rw-r--r--lib/libpmc/pmc.p4.31
-rw-r--r--lib/libradius/radius.conf.51
-rw-r--r--lib/libstand/libstand.34
-rw-r--r--lib/libtacplus/libtacplus.31
-rw-r--r--lib/libutil/realhostname.31
-rw-r--r--lib/libutil/realhostname_sa.31
40 files changed, 0 insertions, 46 deletions
diff --git a/lib/libarchive/libarchive-formats.5 b/lib/libarchive/libarchive-formats.5
index e6849b9..ef4b6ca 100644
--- a/lib/libarchive/libarchive-formats.5
+++ b/lib/libarchive/libarchive-formats.5
@@ -65,7 +65,6 @@ Later variants have extended this by either appropriating undefined
areas of the header record, extending the header to multiple records,
or by storing special entries that modify the interpretation of
subsequent entries.
-.Pp
.Bl -tag -width indent
.It Cm gnutar
The
diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3
index 3066aae..9ca4250 100644
--- a/lib/libc/gen/confstr.3
+++ b/lib/libc/gen/confstr.3
@@ -77,7 +77,6 @@ has a value, up to
The copied value is always null terminated.
.Pp
The available values are as follows:
-.Pp
.Bl -tag -width 6n
.It Li _CS_PATH
Return a value for the
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 58aa757..73826ae 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -415,7 +415,6 @@ type `^') and any other value bindings are hidden.
The capability abc
also has two values bound but only a value of type `$' is prevented from
being defined in the capability record more.
-.Pp
.Bd -unfilled -offset indent
file1:
new\||\|new_record\||\|a modification of "old":\e
diff --git a/lib/libc/gen/stringlist.3 b/lib/libc/gen/stringlist.3
index c55b77d..82465b6 100644
--- a/lib/libc/gen/stringlist.3
+++ b/lib/libc/gen/stringlist.3
@@ -66,7 +66,6 @@ typedef struct _stringlist {
size_t sl_cur;
} StringList;
.Ed
-.Pp
.Bl -tag -width "sl_str" -offset indent
.It Va sl_str
a pointer to the base of the array containing the list.
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 9eba624..a841545 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -183,7 +183,6 @@ The top level names are defined with a CTL_ prefix in
and are as follows.
The next and subsequent levels down are found in the include files
listed here, and described in separate sections below.
-.Pp
.Bl -column CTLXMACHDEPXXX "Next level namesXXXXXX" -offset indent
.It Sy "Name Next level names Description"
.It "CTL_DEBUG sys/sysctl.h Debugging"
diff --git a/lib/libc/locale/localeconv.3 b/lib/libc/locale/localeconv.3
index e03515e..c4b5746 100644
--- a/lib/libc/locale/localeconv.3
+++ b/lib/libc/locale/localeconv.3
@@ -80,7 +80,6 @@ struct lconv {
.Ed
.Pp
The individual fields have the following meanings:
-.Pp
.Bl -tag -width mon_decimal_point
.It Va decimal_point
The decimal point character, except for currency values,
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 41937ca..e0d06e8 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -57,7 +57,6 @@ The
.Fn setlocale
function recognizes several categories of routines.
These are the categories and the sets of routines they select:
-.Pp
.Bl -tag -width LC_MONETARY
.It Dv LC_ALL
Set the entire locale generically.
diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3
index f408f76..2e9cd33 100644
--- a/lib/libc/net/getnetent.3
+++ b/lib/libc/net/getnetent.3
@@ -72,7 +72,6 @@ system.
The order of the lookups is controlled by the
`networks' entry in
.Xr nsswitch.conf 5 .
-.Pp
.Bd -literal -offset indent
struct netent {
char *n_name; /* official name of net */
diff --git a/lib/libc/net/getprotoent.3 b/lib/libc/net/getprotoent.3
index b3ded5d..9f9e00d 100644
--- a/lib/libc/net/getprotoent.3
+++ b/lib/libc/net/getprotoent.3
@@ -64,7 +64,6 @@ following structure
containing the broken-out
fields of a line in the network protocol data base,
.Pa /etc/protocols .
-.Pp
.Bd -literal -offset indent
struct protoent {
char *p_name; /* official name of protocol */
diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3
index 8ae7540..d1d8d5a 100644
--- a/lib/libc/net/nsdispatch.3
+++ b/lib/libc/net/nsdispatch.3
@@ -85,7 +85,6 @@ typedef struct _ns_dtab {
void *mdata;
} ns_dtab;
.Ed
-.Pp
.Bd -ragged -offset indent
The
.Fa dtab
@@ -133,7 +132,6 @@ typedef struct _ns_src {
u_int32_t flags;
} ns_src;
.Ed
-.Pp
.Bd -ragged -offset indent
The
.Fa defaults
diff --git a/lib/libc/posix1e/acl_add_flag_np.3 b/lib/libc/posix1e/acl_add_flag_np.3
index 3acde6b..7ae83e2 100644
--- a/lib/libc/posix1e/acl_add_flag_np.3
+++ b/lib/libc/posix1e/acl_add_flag_np.3
@@ -51,7 +51,6 @@ Note: it is not considered an error to attempt to add flags
that already exist in the flagset.
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_ENTRY_NO_PROPAGATE_INHERIT"
.It ACL_ENTRY_FILE_INHERIT Will be inherited by files.
.It ACL_ENTRY_DIRECTORY_INHERIT Will be inherited by directories.
diff --git a/lib/libc/posix1e/acl_add_perm.3 b/lib/libc/posix1e/acl_add_perm.3
index 336e55e..beb5f98 100644
--- a/lib/libc/posix1e/acl_add_perm.3
+++ b/lib/libc/posix1e/acl_add_perm.3
@@ -51,7 +51,6 @@ Note: it is not considered an error to attempt to add permissions
that already exist in the permission set.
.Pp
For POSIX.1e ACLs, valid values are:
-.Pp
.Bl -column -offset 3n "ACL_WRITE_NAMED_ATTRS"
.It ACL_EXECUTE Execute permission
.It ACL_WRITE Write permission
@@ -59,7 +58,6 @@ For POSIX.1e ACLs, valid values are:
.El
.Pp
For NFSv4 ACLs, valid values are:
-.Pp
.Bl -column -offset 3n "ACL_WRITE_NAMED_ATTRS"
.It ACL_READ_DATA Read permission
.It ACL_LIST_DIRECTORY Same as ACL_READ_DATA
diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3
index 651709f..ae0c48d 100644
--- a/lib/libc/posix1e/acl_get.3
+++ b/lib/libc/posix1e/acl_get.3
@@ -95,7 +95,6 @@ decisions.
Valid values for the
.Va type
argument are:
-.Pp
.Bl -column -offset 3n "ACL_TYPE_DEFAULT"
.It ACL_TYPE_ACCESS POSIX.1e access ACL
.It ACL_TYPE_DEFAULT POSIX.1e default ACL
diff --git a/lib/libc/posix1e/acl_set.3 b/lib/libc/posix1e/acl_set.3
index a6134fe..7450dc9 100644
--- a/lib/libc/posix1e/acl_set.3
+++ b/lib/libc/posix1e/acl_set.3
@@ -79,7 +79,6 @@ path is a symlink.
Valid values for the
.Va type
argument are:
-.Pp
.Bl -column -offset 3n "ACL_TYPE_DEFAULT"
.It ACL_TYPE_ACCESS POSIX.1e access ACL
.It ACL_TYPE_DEFAULT POSIX.1e default ACL
diff --git a/lib/libc/posix1e/acl_set_entry_type_np.3 b/lib/libc/posix1e/acl_set_entry_type_np.3
index 9f69bab..bda0c48 100644
--- a/lib/libc/posix1e/acl_set_entry_type_np.3
+++ b/lib/libc/posix1e/acl_set_entry_type_np.3
@@ -48,7 +48,6 @@ to the value referred to by
.Fa entry_type .
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_ENTRY_TYPE_ALLOW"
.It ACL_ENTRY_TYPE_ALLOW "allow" type entry
.It ACL_ENTRY_TYPE_DENY "deny" type entry
diff --git a/lib/libc/posix1e/acl_set_tag_type.3 b/lib/libc/posix1e/acl_set_tag_type.3
index 2568922..88aad72 100644
--- a/lib/libc/posix1e/acl_set_tag_type.3
+++ b/lib/libc/posix1e/acl_set_tag_type.3
@@ -48,7 +48,6 @@ to the value of
.Fa tag_type .
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_OTHER_OBJ"
.It ACL_USER_OBJ Permissions apply to file owner
.It ACL_USER Permissions apply to additional user specified by qualifier
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7
index 463c6a2..a2a527d 100644
--- a/lib/libc/regex/re_format.7
+++ b/lib/libc/regex/re_format.7
@@ -275,7 +275,6 @@ and
stands for the list of all characters belonging to that
class.
Standard character class names are:
-.Pp
.Bl -column "alnum" "digit" "xdigit" -offset indent
.It Em "alnum digit punct"
.It Em "alpha graph space"
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 2f21b6a..9f49b2e 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -550,7 +550,6 @@ allocation functions.
.El
.Sh EXAMPLES
To dump core whenever a problem occurs:
-.Pp
.Bd -literal -offset indent
ln -s 'A' /etc/malloc.conf
.Ed
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index a6e8af8..e19e5fe 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -173,7 +173,6 @@ conforms to
.Sh AUTHORS
The author of this software is
.An David M. Gay .
-.Pp
.Bd -literal
Copyright (c) 1998 by Lucent Technologies
All Rights Reserved
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2
index 2c78040..ddf4f76 100644
--- a/lib/libc/sys/aio_read.2
+++ b/lib/libc/sys/aio_read.2
@@ -136,7 +136,6 @@ system call must be called, and will return -1, and
must be called to determine the actual value that would have been
returned in
.Va errno .
-.Pp
.Bl -tag -width Er
.It Bq Er EBADF
The
diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2
index dd1e0f5..291fd71 100644
--- a/lib/libc/sys/aio_write.2
+++ b/lib/libc/sys/aio_write.2
@@ -140,7 +140,6 @@ system call must be called, and will return -1, and
must be called to determine the actual value that would have been
returned in
.Va errno .
-.Pp
.Bl -tag -width Er
.It Bq Er EBADF
The
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index a2fa624..583cc8f 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -102,7 +102,6 @@ The structure pointed to by
is defined in
.In sys/timespec.h
as:
-.Pp
.Bd -literal
struct timespec {
time_t tv_sec; /* seconds */
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index 9ffd0b3..23cc059 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -75,7 +75,6 @@ and
are defined in
.In sys/time.h
as:
-.Pp
.Bd -literal
struct timeval {
time_t tv_sec; /* seconds */
diff --git a/lib/libc/sys/kldstat.2 b/lib/libc/sys/kldstat.2
index 88f3781..0d28928 100644
--- a/lib/libc/sys/kldstat.2
+++ b/lib/libc/sys/kldstat.2
@@ -56,7 +56,6 @@ struct kld_file_stat {
char pathname[MAXPATHLEN];
};
.Ed
-.Pp
.Bl -tag -width XXXaddress
.It version
This field is set to the size of the structure mentioned above by the code
diff --git a/lib/libc/sys/kldsym.2 b/lib/libc/sys/kldsym.2
index acd6fcd..917a92a 100644
--- a/lib/libc/sys/kldsym.2
+++ b/lib/libc/sys/kldsym.2
@@ -55,7 +55,6 @@ implemented is
The
.Fa data
argument is of the following structure:
-.Pp
.Bd -literal -offset indent
struct kld_sym_lookup {
int version; /* sizeof(struct kld_sym_lookup) */
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 74cd72a..a1b6177 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -251,7 +251,6 @@ Takes a descriptor as the identifier, and returns whenever
there is data available to read.
The behavior of the filter is slightly different depending
on the descriptor type.
-.Pp
.Bl -tag -width 2n
.It Sockets
Sockets which have previously been passed to
diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2
index 439cce7..5f106b4 100644
--- a/lib/libc/sys/modstat.2
+++ b/lib/libc/sys/modstat.2
@@ -60,7 +60,6 @@ typedef union modspecific {
u_long ulongval;
} modspecific_t;
.Ed
-.Pp
.Bl -tag -width XXXaddress
.It version
This field is set to the size of the structure mentioned above by the code
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index e45863e..66f311f 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -165,7 +165,6 @@ system call uses a
structure to minimize the number of directly supplied arguments.
This structure has the following form, as defined in
.In sys/socket.h :
-.Pp
.Bd -literal
struct msghdr {
void *msg_name; /* optional address */
@@ -242,7 +241,6 @@ should be a structure of type
which is defined in
.In sys/socket.h
as follows:
-.Pp
.Bd -literal
struct cmsgcred {
pid_t cmcred_pid; /* PID of sending process */
diff --git a/lib/libc/sys/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2
index 21b34e0..3e7c42b 100644
--- a/lib/libc/sys/sched_setscheduler.2
+++ b/lib/libc/sys/sched_setscheduler.2
@@ -95,7 +95,6 @@ The
.Vt sched_param
structure is defined in
.Fa <sched.h> :
-.Pp
.Bd -literal -offset indent
struct sched_param {
int sched_priority; /* scheduling priority */
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3
index 471629f..4d10204 100644
--- a/lib/libc/uuid/uuid.3
+++ b/lib/libc/uuid/uuid.3
@@ -108,7 +108,6 @@ the
.Fa status
argument.
Possible values are:
-.Pp
.Bl -tag -width ".Dv uuid_s_invalid_string_uuid"
.It Dv uuid_s_ok
The function completed successfully.
diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3
index 35a5951..0dfa6c8 100644
--- a/lib/libcam/cam_cdbparse.3
+++ b/lib/libcam/cam_cdbparse.3
@@ -258,7 +258,6 @@ typedef enum {
Multiple flags should be ORed together.
Any of the CCB flags may be used,
although it is worth noting several important ones here:
-.Pp
.Bl -tag -width CAM_PASS_ERR_RECOVER
.It Dv CAM_DIR_IN
This indicates that the operation in question is a read operation.
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3
index 525513f..1b436e2 100644
--- a/lib/libdisk/libdisk.3
+++ b/lib/libdisk/libdisk.3
@@ -153,7 +153,6 @@ struct disk {
The only flag value by now is
.Ql DISK_ON_TRACK ,
meaning that this disk is handled by the On-Track Disk Manager.
-.Pp
.Bd -literal -offset indent
struct chunk {
struct chunk *next;
diff --git a/lib/libelf/elf_begin.3 b/lib/libelf/elf_begin.3
index 283d33a..ea68c26 100644
--- a/lib/libelf/elf_begin.3
+++ b/lib/libelf/elf_begin.3
@@ -222,7 +222,6 @@ elf_end(e);
Function
.Fn elf_begin
can fail with the following errors:
-.Pp
.Bl -tag -width "[ELF_E_RESOURCE]"
.It Bq Er ELF_E_ARCHIVE
The archive denoted by argument
diff --git a/lib/libgssapi/gssapi.3 b/lib/libgssapi/gssapi.3
index f92da59..121d9e4 100644
--- a/lib/libgssapi/gssapi.3
+++ b/lib/libgssapi/gssapi.3
@@ -51,7 +51,6 @@ and to apply security services such as confidentiality and integrity
on a per-message basis.
.Pp
There are four stages to using the GSS-API:
-.Pp
.Bl -tag -width "a)"
.It a)
The application acquires a set of credentials with which it may prove
diff --git a/lib/libpmc/pmc.p4.3 b/lib/libpmc/pmc.p4.3
index e13fa6e..cd0da4f 100644
--- a/lib/libpmc/pmc.p4.3
+++ b/lib/libpmc/pmc.p4.3
@@ -174,7 +174,6 @@ Only TS events are allowed for use with process-mode PMCs on
Pentium-4/HTT CPUs.
.Pp
The event specifiers supported by Intel P4 PMCs are:
-.Pp
.Bl -tag -width indent
.It Li p4-128bit-mmx-uop Op Li ,mask= Ns Ar flags
.Pq "TI event"
diff --git a/lib/libradius/radius.conf.5 b/lib/libradius/radius.conf.5
index 6fa5cd7..6ac84e0 100644
--- a/lib/libradius/radius.conf.5
+++ b/lib/libradius/radius.conf.5
@@ -75,7 +75,6 @@ and the backslash can be represented by
.Ql \e\e .
No other escape sequences are supported.
.Pp
-.Pp
The first field gives the service type, either
.Ql auth
for RADIUS authentication or
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index d1c544c..2938e2d 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -270,7 +270,6 @@ The
.Li b
conversion is provided to decode error registers.
Its usage is:
-.Pp
.Bd -ragged -offset indent
printf(
.Qq reg=%b\en ,
@@ -285,7 +284,6 @@ Each <arg> is a sequence of characters, the first of
which gives the bit number to be inspected (origin 1) and the next characters
(up to a character less than 32) give the text to be displayed if the bit is set.
Thus
-.Pp
.Bd -ragged -offset indent
printf(
.Qq reg=%b\en ,
@@ -295,7 +293,6 @@ printf(
.Ed
.Pp
would give the output
-.Pp
.Bd -ragged -offset indent
reg=3<BITTWO,BITONE>
.Ed
@@ -303,7 +300,6 @@ reg=3<BITTWO,BITONE>
The
.Li D
conversion provides a hexdump facility, e.g.
-.Pp
.Bd -ragged -offset indent
printf(
.Qq %6D ,
diff --git a/lib/libtacplus/libtacplus.3 b/lib/libtacplus/libtacplus.3
index f76bc9d..d74e1e1 100644
--- a/lib/libtacplus/libtacplus.3
+++ b/lib/libtacplus/libtacplus.3
@@ -148,7 +148,6 @@ The
parameter is a bit mask of flags to specify various characteristics of
the server.
It may contain:
-.Pp
.Bl -tag -width Fl
.It Dv TAC_SRVR_SINGLE_CONNECT
Causes the library to attempt to negotiate single connection mode
diff --git a/lib/libutil/realhostname.3 b/lib/libutil/realhostname.3
index 9f5a6c5..0300ed3 100644
--- a/lib/libutil/realhostname.3
+++ b/lib/libutil/realhostname.3
@@ -76,7 +76,6 @@ The
.Fn realhostname
function will return one of the following constants which are defined in
.In libutil.h :
-.Pp
.Bl -tag -width XXX -offset XXX
.It Li HOSTNAME_FOUND
A valid host name was found.
diff --git a/lib/libutil/realhostname_sa.3 b/lib/libutil/realhostname_sa.3
index 3fd44a4..cd76b07 100644
--- a/lib/libutil/realhostname_sa.3
+++ b/lib/libutil/realhostname_sa.3
@@ -105,7 +105,6 @@ The
.Fn realhostname_sa
function will return one of the following constants which are defined in
.In libutil.h :
-.Pp
.Bl -tag -width XXX -offset XXX
.It Li HOSTNAME_FOUND
A valid host name was found.
OpenPOWER on IntegriCloud