diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-20 23:18:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-20 23:18:18 +0000 |
commit | 09f6389d936f185b60f661e3327493a9e310c029 (patch) | |
tree | b6921953de03326f953719c194dcb05492d286a3 /games/fortune/strfile/strfile.8 | |
parent | 5b49f8504912a714ae295c136b508cb9e59730e6 (diff) |
indent a display;
Diffstat (limited to 'games/fortune/strfile/strfile.8')
-rw-r--r-- | games/fortune/strfile/strfile.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index 45d56cf9ea4..96dd06fee68 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strfile.8,v 1.11 2003/06/03 03:01:39 millert Exp $ +.\" $OpenBSD: strfile.8,v 1.12 2004/08/20 23:18:17 jmc Exp $ .\" $NetBSD: strfile.8,v 1.3 1995/03/23 08:28:45 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -99,7 +99,7 @@ field to be set. .El .Pp The format of the header is: -.Bd -literal +.Bd -literal -offset indent #define VERSION 2 u_int32_t str_version; /* version number */ u_int32_t str_numstr; /* # of strings in the file */ |