diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-05 06:08:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-05 06:08:06 +0000 |
commit | 71672410c5bae7791485c70db7ed12c51f9ec0f4 (patch) | |
tree | fd55d371de3939731974a4a4483294a587568c67 /lib/libc/net/iso_addr.3 | |
parent | 4f34f217849a15233c45b3dfdc12e3b279e485cf (diff) |
use .Li to refer to data types
Diffstat (limited to 'lib/libc/net/iso_addr.3')
-rw-r--r-- | lib/libc/net/iso_addr.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/net/iso_addr.3 b/lib/libc/net/iso_addr.3 index e5b3f0fbdf5..8655a63973d 100644 --- a/lib/libc/net/iso_addr.3 +++ b/lib/libc/net/iso_addr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iso_addr.3,v 1.3 1999/07/05 04:40:59 aaron Exp $ +.\" $OpenBSD: iso_addr.3,v 1.4 1999/07/05 06:08:05 aaron Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -88,7 +88,8 @@ to have its higher order bits filled with zeros. .Fn iso_ntoa always returns a null terminated string. .Fn iso_addr -always returns a pointer to a struct iso_addr. +always returns a pointer to a +.Li struct iso_addr . (See .Sx BUGS . ) .Sh SEE ALSO |