diff options
author | ru <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-07 13:45:30 +0000 |
commit | 5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da (patch) | |
tree | 8e915f713fa577df2f4f07d605cac3b4ef1a5b3d /lib/libc | |
parent | 2001e1a6ee8240523374c0f047409f2af57730c3 (diff) | |
download | FreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.zip FreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.tar.gz |
mdoc(7) police: Change -filled displays (which just happen
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/tzset.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/iso_addr.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/ns.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 2 | ||||
-rw-r--r-- | lib/libc/sys/execve.2 | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3 index 5ae5ec0..6dca2bc 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 7a86f63..5f825c0 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 3da4127..0376d90 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 bc1a272..477ba16 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 32dd4d8..ccc4d66 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 |