diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 2000-05-24 13:24:04 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 2000-05-24 13:24:04 +0000 |
| commit | abdb48432b1f48a564dc972193640030292caef3 (patch) | |
| tree | 853ffc79d13114159f0461bf62a449443ff2f86c | |
| parent | e53d5aa0b6e54c4d7f03b04171a3bb898db699d7 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/timezone.3 | 3 | ||||
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 5 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.8 | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/gen/timezone.3 b/lib/libc/gen/timezone.3 index 8e7c05f4ccad..f50782734fb1 100644 --- a/lib/libc/gen/timezone.3 +++ b/lib/libc/gen/timezone.3 @@ -47,7 +47,8 @@ .ft B This interface is for compatibility only; it is impossible to reliably map timezone's arguments to a time zone abbreviation. -See ctime(3). +See +.Xr ctime 3 . .ft P .Pp The diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 3a3440120896..e990c64c3f74 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -445,9 +445,10 @@ actual values. It can be argued that returning a null pointer when asked to allocate zero bytes is a silly response to a silly question. .Pp -This implementation was authored by Poul-Henning Kamp. +This implementation was authored by +.An Poul-Henning Kamp . Please report any problems to him at -.Li <phk@FreeBSD.org> . +.Aq phk@FreeBSD.org . .Sh HISTORY The present allocation implementation started out as a filesystem for a drum attached to a 20bit binary challenged computer which was built diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 06e98f946deb..51c4fb634bda 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -536,7 +536,7 @@ The information specified in either or .Em \&if will be displayed to both console and remote logins. -.Sh ENVIRONMENT +.\" .Sh ENVIRONMENT .Sh FILES .Bl -tag -width /usr/ucb/bftp -compact .It Pa /etc/services @@ -624,4 +624,4 @@ never sends .Dv IAC GA (go ahead) commands. .Sh HISTORY -IPv6 support was added by WIDE/KAME project.
\ No newline at end of file +IPv6 support was added by WIDE/KAME project. |
