diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-07-22 04:50:52 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-07-22 04:50:52 +0000 |
commit | 9dbfa9210fb28e0d7ea66b0370c444812c3cb175 (patch) | |
tree | e718191694bf5b7d87ae86f3abe3863f19e6ec56 /lib/libc/net/link_addr.3 | |
parent | 49c2a2c537a025e7fb6e202bd12345fa1e773a9c (diff) |
- sync prototypes and header file excerpts
- typos/spelling, punctuation, rewording, macro, and layout fixes.
help & ok jmc
Diffstat (limited to 'lib/libc/net/link_addr.3')
-rw-r--r-- | lib/libc/net/link_addr.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/link_addr.3 b/lib/libc/net/link_addr.3 index 0f8787e1914..fc1fd852571 100644 --- a/lib/libc/net/link_addr.3 +++ b/lib/libc/net/link_addr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: link_addr.3,v 1.10 2005/02/25 03:12:43 cloder Exp $ +.\" $OpenBSD: link_addr.3,v 1.11 2005/07/22 04:50:51 jaredy Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -105,7 +105,8 @@ and functions appeared in .Bx 4.3 Reno . .Sh BUGS -The returned values for link_ntoa +The returned values for +.Fn link_ntoa reside in a static memory area. .Pp The function |