diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-04 08:56:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-04 08:56:18 +0000 |
commit | e1465791e559f6616511677c7b5d832d421be584 (patch) | |
tree | 26a194e38cca06d5b34c27d845641bbb27f8d855 /games | |
parent | 11d0bd10dfd7f65a10eecd7c7f06df2d3e91366a (diff) |
- synchronise synopsis w/ usage(), which is clearer i think
- sort options
- .sp -> .Pp
- all uppercase for .Sh headings
Diffstat (limited to 'games')
-rw-r--r-- | games/quiz/quiz.6 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/quiz/quiz.6 b/games/quiz/quiz.6 index ebb5ffde978..9a9693c69b5 100644 --- a/games/quiz/quiz.6 +++ b/games/quiz/quiz.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quiz.6,v 1.5 2003/06/03 03:01:40 millert Exp $ +.\" $OpenBSD: quiz.6,v 1.6 2005/05/04 08:56:17 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,7 @@ .Nm quiz .Op Fl t .Op Fl i Ar file -.Op Ar question answer +.Ar category1 category2 .Sh DESCRIPTION The .Nm @@ -54,12 +54,12 @@ displays the list of available subjects. .Pp The options are as follows: .Bl -tag -width indent +.It Fl i +Specify an alternative index file. .It Fl t Use tutorial mode, in which questions are repeated later if you didn't get them right the first time, and new questions are presented less frequently to help you learn the older ones. -.It Fl i -Specify an alternative index file. .El .Pp Subjects are divided into categories. @@ -79,12 +79,12 @@ If you get the answer wrong, .Nm lets you try again. To see the right answer, enter a blank line. -.Sh "Index and Data File Syntax" +.Sh INDEX AND DATA FILE SYNTAX The index and data files have a similar syntax. Lines in them consist of several categories separated by colons. The categories are regular expressions formed using the following meta-characters: -.sp +.Pp .Bl -tag -width "pat|pat" -compact -offset indent .It pat|pat alternative patterns |