summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-07 20:32:33 +0000
committerru <ru@FreeBSD.org>2004-07-07 20:32:33 +0000
commita27d829ef3144f54a2c735a47f38b3df09476c67 (patch)
tree53f052b74fc21d8b12b2a487a8cd7d1b130addca /share/man/man5
parent8fb0a7ed97004f7d1dd92bcc5ba8521676ead6c1 (diff)
downloadFreeBSD-src-a27d829ef3144f54a2c735a47f38b3df09476c67.zip
FreeBSD-src-a27d829ef3144f54a2c735a47f38b3df09476c67.tar.gz
Fixed markup.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/eui64.540
1 files changed, 21 insertions, 19 deletions
diff --git a/share/man/man5/eui64.5 b/share/man/man5/eui64.5
index 1585fd8..4e2dda6 100644
--- a/share/man/man5/eui64.5
+++ b/share/man/man5/eui64.5
@@ -43,23 +43,23 @@ database contains information regarding known IEEE EUI-64s of hosts.
The data is stored in a file called
.Pa /etc/eui64
in the following format:
-.Bd -unfilled -offset indent
-.Pa EUI-64 host-name
+.Bd -ragged -offset indent
+.Em EUI-64 host-name
.Ed
.Pp
Items are separated by any number of blanks and/or
tab characters.
-A
-.Dq #
+A
+.Ql #
at the start of a line indicates the
beginning of a comment that extends to the end of the line.
Valid lines may also contain comments.
-A
-.Dq +
+A
+.Ql +
at the start of a line will cause the
.Xr eui64 3
library functions to use data stored in the
-.Xr NIS 4
+NIS
.Pa eui64.byname
and
.Pa eui64.byid
@@ -69,7 +69,9 @@ file.
.Pp
An EUI-64 is expressed in
.Tn ASCII
-form as "x-x-x-x-x-x-x-x" where
+form as
+.Qq x-x-x-x-x-x-x-x
+where
.Ar x
is a hexadecimal value between 0x00 and 0xFF.
The address values
@@ -79,18 +81,18 @@ Hostnames specified in the
database should correspond to entries in the
.Xr hosts 5
file.
-./" .Pp
-./" The
-./" .Fn eui64_line
-./" function in the standard C library can be used to break individual
-./" lines in the
-./" .Pa /etc/eui64
-./" database into their individual components: a binary EUI-64 is
-./" stored as an
-./" .Pa eui64_addr
-./" structure, and a hostname stored as a character string.
+.\" .Pp
+.\" The
+.\" .Fn eui64_line
+.\" function in the standard C library can be used to break individual
+.\" lines in the
+.\" .Pa /etc/eui64
+.\" database into their individual components: a binary EUI-64 is
+.\" stored as an
+.\" .Pa eui64_addr
+.\" structure, and a hostname stored as a character string.
.Sh FILES
-.Bl -tag -width /etc/eui64 -compact
+.Bl -tag -width ".Pa /etc/eui64" -compact
.It Pa /etc/eui64
The
.Nm
OpenPOWER on IntegriCloud