From 7a54b7087f324bbdb44b010a8024ebf931610c82 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 12 Jan 2006 20:35:42 +0000 Subject: [PATCH] New sentence, new line. --- share/man/man5/types.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/man/man5/types.5 b/share/man/man5/types.5 index ad0b24c0e503..2095c80798f6 100644 --- a/share/man/man5/types.5 +++ b/share/man/man5/types.5 @@ -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