diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-24 18:30:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-24 18:30:33 +0000 |
commit | fa29edf31aee1e7687e9f737ef3e476f7ea29e8d (patch) | |
tree | bb596cec64d8b49b6c61471c1c7bd770637845a1 /lib/libwrap | |
parent | a14d9a05c838616195ceefdfae6d7c0fba9c0b58 (diff) |
- typos;
- new sentence, new line;
- whitespace at EOL
Diffstat (limited to 'lib/libwrap')
-rw-r--r-- | lib/libwrap/hosts_access.3 | 6 | ||||
-rw-r--r-- | lib/libwrap/rfc1413.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3 index aa87411f95c..497922d72cd 100644 --- a/lib/libwrap/hosts_access.3 +++ b/lib/libwrap/hosts_access.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.3,v 1.9 2002/06/22 08:26:52 fgsch Exp $ +.\" $OpenBSD: hosts_access.3,v 1.10 2003/05/24 18:30:32 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -76,8 +76,8 @@ The client host name. .It "RQ_CLIENT_ADDR (char *)" A printable representation of the client network address. .It "RQ_CLIENT_SIN (struct sockaddr_in *)" -An internal representation of the client network address and port. The -contents of the structure are not copied. +An internal representation of the client network address and port. +The contents of the structure are not copied. .It "RQ_SERVER_NAME (char *)" The hostname associated with the server endpoint address. .It "RQ_SERVER_ADDR (char *)" diff --git a/lib/libwrap/rfc1413.3 b/lib/libwrap/rfc1413.3 index 2807527ffe1..7c4dca7a14b 100644 --- a/lib/libwrap/rfc1413.3 +++ b/lib/libwrap/rfc1413.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfc1413.3,v 1.9 2003/04/03 07:45:17 jmc Exp $ +.\" $OpenBSD: rfc1413.3,v 1.10 2003/05/24 18:30:32 jmc Exp $ .\" .\" Copyright (c) 2001, Bob Beck. All rights reserved. .\" @@ -58,7 +58,7 @@ for the local end. .Nm dest should be allocated by the caller to store the found username, and must be of length at least -.Nm dsize. +.Nm dsize . .Nm ident_timeout_time is a timeout in seconds on the entire ident query, used to ensure that you don't wait forever for a slow or unresponsive remote host @@ -69,7 +69,7 @@ When username lookup is successful, strips the trailing CRLF from the returned value and stores up to .Nm "dsize - 1" bytes of the returned username into -.Nm dest, +.Nm dest , always terminating with a NUL byte. In this case 0 is returned. .Fn rfc1413 |