diff options
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 |