New sentence, new line.

This commit is contained in:
wiz 2006-01-12 20:35:42 +00:00
parent ee37aa1e22
commit 7a54b7087f

View File

@ -1,4 +1,4 @@
.\" $NetBSD: types.5,v 1.11 2005/12/26 20:00:04 perry Exp $
.\" $NetBSD: types.5,v 1.12 2006/01/12 20:35:42 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,8 @@ Note that in
code, when an integer of a specific width is needed, the C99
style
.Vt int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t, uint64_t
should be used. The old
should be used.
The old
.Bx
style
.Vt u_int8_t, u_int16_t, u_int32_t, u_int64_t