diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2006-03-13 09:37:22 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2006-03-13 09:37:22 +0000 |
commit | 7ccfba936fa67d3ba8d8256d40800945ce9918c1 (patch) | |
tree | 920f0dc849a92c85cf3c90a761baa92ae8081479 /contrib/ngatm/man/unifunc.3 | |
parent | 078b57e43cb0f5070bee8152e8b2bfba19c665bb (diff) | |
download | src-7ccfba936fa67d3ba8d8256d40800945ce9918c1.tar.gz src-7ccfba936fa67d3ba8d8256d40800945ce9918c1.zip |
Vendor fix: small man fixes, fix type names u_int8_t -> uint8_t.
Notes
Notes:
svn path=/vendor/ngatm/dist/; revision=156678
Diffstat (limited to 'contrib/ngatm/man/unifunc.3')
-rw-r--r-- | contrib/ngatm/man/unifunc.3 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/contrib/ngatm/man/unifunc.3 b/contrib/ngatm/man/unifunc.3 index ae5c2ac38f76..ae0671fba4fa 100644 --- a/contrib/ngatm/man/unifunc.3 +++ b/contrib/ngatm/man/unifunc.3 @@ -1,4 +1,7 @@ .\" +.\" Copyright (c) 2004-2005 +.\" Hartmut Brandt. +.\" All rights reserved. .\" Copyright (c) 2001-2003 .\" Fraunhofer Institute for Open Communication Systems (FhG Fokus). .\" All rights reserved. @@ -26,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Begemot: libunimsg/man/unifunc.3,v 1.5 2005/05/23 12:04:55 brandt_h Exp $ +.\" $Begemot: libunimsg/man/unifunc.3,v 1.6 2005/06/15 11:37:09 brandt_h Exp $ .\" -.Dd May 23, 2005 +.Dd June 14, 2005 .Dt UNIFUNC 3 .Os .Sh NAME @@ -142,8 +145,8 @@ in the buffer left for a complete IE header. .Pp The function .Fn uni_decode_ie_body -decodes the body of an information element. It is passed the buffer with the -message +decodes the body of an information element. +It is passed the buffer with the message .Fa buf , the information element type .Fa type @@ -215,7 +218,7 @@ a human readable form. This is intended mainly for debugging. Some fields of the library context are used to control how the printing is done (see -.Xr unistruct 3 ). +.Xr unistruct 3 ) . Each of the function takes a .Fa buf and a |