diff options
author | 2004-08-20 23:18:17 +0000 | |
---|---|---|
committer | 2004-08-20 23:18:17 +0000 | |
commit | 8576978f612c474c57c48914d9680e31ace7364b (patch) | |
tree | ce459f0e5252ef2582014db739f0ec2defc1115b | |
parent | - improve SYNOPSIS (mark down punctuation) (diff) | |
download | wireguard-openbsd-8576978f612c474c57c48914d9680e31ace7364b.tar.xz wireguard-openbsd-8576978f612c474c57c48914d9680e31ace7364b.zip |
indent a display;
-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 */ |