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/libngatm.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/libngatm.3')
-rw-r--r-- | contrib/ngatm/man/libngatm.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ngatm/man/libngatm.3 b/contrib/ngatm/man/libngatm.3 index eba9972c0b08..e90783bdeb28 100644 --- a/contrib/ngatm/man/libngatm.3 +++ b/contrib/ngatm/man/libngatm.3 @@ -1,10 +1,10 @@ .\" +.\" Copyright (c) 2004-2005 +.\" Hartmut Brandt +.\" All rights reserved. .\" Copyright (c) 2001-2003 .\" Fraunhofer Institute for Open Communication Systems (FhG Fokus). .\" All rights reserved. -.\" Copyright (c) 2004 -.\" Hartmut Brandt -.\" All rights reserved. .\" .\" Author: Hartmut Brandt <harti@freebsd.org> .\" @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Begemot: libunimsg/man/libngatm.3,v 1.5 2005/05/23 12:00:07 brandt_h Exp $ +.\" $Begemot: libunimsg/man/libngatm.3,v 1.6 2005/06/15 11:37:07 brandt_h Exp $ .\" .Dd May 23, 2005 .Dt LIBNGATM 3 |