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/unistruct.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/unistruct.3')
-rw-r--r-- | contrib/ngatm/man/unistruct.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/ngatm/man/unistruct.3 b/contrib/ngatm/man/unistruct.3 index 6f868be1e6c8..35a9fe1e0a70 100644 --- a/contrib/ngatm/man/unistruct.3 +++ b/contrib/ngatm/man/unistruct.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,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Begemot: libunimsg/man/unistruct.3,v 1.4 2005/05/23 12:00:10 brandt_h Exp $ +.\" $Begemot: libunimsg/man/unistruct.3,v 1.5 2005/06/15 11:37:12 brandt_h Exp $ .\" .Dd May 23, 2005 .Dt UNISTRUCT 3 |