Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/doc/psd/05.sysman remove extra tab that broke the table.



details:   https://anonhg.NetBSD.org/src/rev/27652cc23676
branches:  trunk
changeset: 332616:27652cc23676
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 30 23:30:48 2014 +0000

description:
remove extra tab that broke the table.

diffstat:

 share/doc/psd/05.sysman/0.t |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0bddb51d2a2e -r 27652cc23676 share/doc/psd/05.sysman/0.t
--- a/share/doc/psd/05.sysman/0.t       Tue Sep 30 23:28:54 2014 +0000
+++ b/share/doc/psd/05.sysman/0.t       Tue Sep 30 23:30:48 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: 0.t,v 1.5 2013/10/06 05:45:19 dholland Exp $
+.\"    $NetBSD: 0.t,v 1.6 2014/09/30 23:30:48 christos Exp $
 .\"
 .\" Copyright (c) 1983, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -171,7 +171,7 @@
 uint16_t       unsigned short  /* unsigned 16-bit integer */
 uint32_t       unsigned int    /* unsigned 32-bit integer */
 uint64_t       unsigned long long      /* unsigned 64-bit integer */
-uint8_t                unsigned char   /* unsigned 8-bit integer */
+uint8_t        unsigned char   /* unsigned 8-bit integer */
 ushort unsigned short  /* System V compatibility */
 .TE
 .ft R



Home | Main Index | Thread Index | Old Index