Source-Changes-HG archive

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

[src/trunk]: src/games/fortune/strfile Untabify the header definition to avoi...



details:   https://anonhg.NetBSD.org/src/rev/5e28b2405262
branches:  trunk
changeset: 790104:5e28b2405262
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Sep 19 00:58:11 2013 +0000

description:
Untabify the header definition to avoid misaligned comment on
str_delim in PostScript output.

diffstat:

 games/fortune/strfile/strfile.8 |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (36 lines):

diff -r 5d0235a22ee8 -r 5e28b2405262 games/fortune/strfile/strfile.8
--- a/games/fortune/strfile/strfile.8   Thu Sep 19 00:53:55 2013 +0000
+++ b/games/fortune/strfile/strfile.8   Thu Sep 19 00:58:11 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strfile.8,v 1.15 2013/09/19 00:53:55 uwe Exp $
+.\"    $NetBSD: strfile.8,v 1.16 2013/09/19 00:58:11 uwe Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -98,16 +98,16 @@
 .Pp
 The format of the header is:
 .Bd -literal -offset indent
-#define        VERSION 1
-unsigned long  str_version;    /* version number */
-unsigned long  str_numstr;     /* # of strings in the file */
-unsigned long  str_longlen;    /* length of longest string */
-unsigned long  str_shortlen;   /* length of shortest string */
-#define        STR_RANDOM      0x1     /* randomized pointers */
-#define        STR_ORDERED     0x2     /* ordered pointers */
-#define        STR_ROTATED     0x4     /* rot-13'd text */
-unsigned long  str_flags;      /* bit field for flags */
-char str_delim;                        /* delimiting character */
+#define VERSION 1
+unsigned long   str_version;    /* version number */
+unsigned long   str_numstr;     /* # of strings in the file */
+unsigned long   str_longlen;    /* length of longest string */
+unsigned long   str_shortlen;   /* length of shortest string */
+#define STR_RANDOM      0x1     /* randomized pointers */
+#define STR_ORDERED     0x2     /* ordered pointers */
+#define STR_ROTATED     0x4     /* rot-13'd text */
+unsigned long   str_flags;      /* bit field for flags */
+char str_delim;                 /* delimiting character */
 .Ed
 .Pp
 All fields are written in big-endian byte order.



Home | Main Index | Thread Index | Old Index