summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/tzset.34
-rw-r--r--lib/libc/net/iso_addr.32
-rw-r--r--lib/libc/net/ns.32
-rw-r--r--lib/libc/stdlib/malloc.32
-rw-r--r--lib/libc/sys/execve.22
5 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3
index 5ae5ec027bf1..6dca2bca21e1 100644
--- a/lib/libc/gen/tzset.3
+++ b/lib/libc/gen/tzset.3
@@ -115,7 +115,7 @@ When
.Ev TZ
is used directly as a specification of the time conversion information,
it must have the following syntax (spaces inserted for clarity):
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Em std offset
.Bo
.Em dst
@@ -189,7 +189,7 @@ west (which may be indicated by an optional preceding
Indicates when to change to and back from summer time. The
.Em rule
has the form:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Em date/time,date/time
.Ed
.Pp
diff --git a/lib/libc/net/iso_addr.3 b/lib/libc/net/iso_addr.3
index 7a86f631b8f5..5f825c0c93ff 100644
--- a/lib/libc/net/iso_addr.3
+++ b/lib/libc/net/iso_addr.3
@@ -76,7 +76,7 @@ is a sequence of hexadecimal
.Dq digits
(optionally separated by periods),
of the form:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
<hex digits>.<hex digits>.<hex digits>
.Ed
.Pp
diff --git a/lib/libc/net/ns.3 b/lib/libc/net/ns.3
index 3da412746c9e..0376d9047520 100644
--- a/lib/libc/net/ns.3
+++ b/lib/libc/net/ns.3
@@ -65,7 +65,7 @@ addresses and returns
.Tn ASCII
strings representing the address in a
notation in common use in the Xerox Development Environment:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
<network number>.<host number>.<port number>
.Ed
.Pp
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index bc1a272247b2..477ba16f7717 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -297,7 +297,7 @@ function returns no value.
The major difference between this implementation and other allocation
implementations is that the free pages are not accessed unless allocated,
and are aggressively returned to the kernel for reuse.
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
Most allocation implementations will store a data structure containing a
linked list in the free chunks of memory,
used to tie all the free memory together.
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 32dd4d81ae75..ccc4d663b667 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -64,7 +64,7 @@ and
.Pp
An interpreter file begins with a line of the form:
.Pp
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Sy \&#!
.Em interpreter
.Bq Em arg