summaryrefslogtreecommitdiffstats
path: root/fortune/strfile/strfile.8
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2013-09-19 00:58:11 +0000
committeruwe <uwe@NetBSD.org>2013-09-19 00:58:11 +0000
commit3a0be2d0e88bf73dec95086fa0048c88f0b142d9 (patch)
treec07dd72c7b66cae3b9107de9f4a8f647d27acc69 /fortune/strfile/strfile.8
parentae5504f0475d5f42a16099e237c735cdde214b25 (diff)
downloadbsdgames-darwin-3a0be2d0e88bf73dec95086fa0048c88f0b142d9.tar.gz
bsdgames-darwin-3a0be2d0e88bf73dec95086fa0048c88f0b142d9.tar.zst
bsdgames-darwin-3a0be2d0e88bf73dec95086fa0048c88f0b142d9.zip
Untabify the header definition to avoid misaligned comment on
str_delim in PostScript output.
Diffstat (limited to 'fortune/strfile/strfile.8')
-rw-r--r--fortune/strfile/strfile.822
1 files changed, 11 insertions, 11 deletions
diff --git a/fortune/strfile/strfile.8 b/fortune/strfile/strfile.8
index ca0e1ab7..607d02a4 100644
--- a/fortune/strfile/strfile.8
+++ b/fortune/strfile/strfile.8
@@ -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 @@ field to be set.
.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.