diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-11-17 05:35:03 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-11-17 05:35:03 +0000 |
commit | 464c4e0beee97ba1c4d2bdaf8577c9e72d149d80 (patch) | |
tree | 2a8662eeaac756912de26b849cebc8825130968a /games/fortune | |
parent | 29539cb9638d473c57b523953f81c37290c868e6 (diff) |
fixes from mpech@prosoft.org.lv
Diffstat (limited to 'games/fortune')
-rw-r--r-- | games/fortune/strfile/strfile.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index 9f24e918325..19152b3aff0 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strfile.8,v 1.9 2001/06/06 20:52:18 pjanzen Exp $ +.\" $OpenBSD: strfile.8,v 1.10 2001/11/17 05:35:02 pjanzen Exp $ .\" $NetBSD: strfile.8,v 1.3 1995/03/23 08:28:45 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -117,9 +117,9 @@ u_int8_t str_delim; /* delimiting character */ u_int8_t str_pad[3]; /* padding */ .Ed .Pp -All fields are written in network byte order. Each field is also -written independently so as to avoid structure padding problems on -some architectures. +All fields are written in network byte order. +Each field is also written independently so as to avoid structure padding +problems on some architectures. .Pp The purpose of .Nm unstr |