diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 12:06:19 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 12:06:19 +0000 |
commit | a00cb08bcbebfd39b63c5582f4b242c72459ec29 (patch) | |
tree | f4a21e8414834614dc52a580676fc7ec17a52a5b /games/quiz | |
parent | 76b86dfba6eea26088676001871b2008bcc6074f (diff) | |
download | src-a00cb08bcbebfd39b63c5582f4b242c72459ec29.tar.gz src-a00cb08bcbebfd39b63c5582f4b242c72459ec29.zip |
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes:
svn path=/head/; revision=68937
Diffstat (limited to 'games/quiz')
-rw-r--r-- | games/quiz/quiz.6 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/quiz/quiz.6 b/games/quiz/quiz.6 index ebd67dc092be..d8706db58820 100644 --- a/games/quiz/quiz.6 +++ b/games/quiz/quiz.6 @@ -42,17 +42,17 @@ .Nm quiz .Nd random knowledge tests .Sh SYNOPSIS -.Nm quiz +.Nm .Op Fl t .Op Fl i Ar file .Op Ar question answer .Sh DESCRIPTION The -.Nm quiz +.Nm utility tests your knowledge of random facts. It has a database of subjects from which you can choose. With no arguments, -.Nm quiz +.Nm displays the list of available subjects. .Pp The options are as follows: @@ -76,7 +76,7 @@ untimely demise, whereas the command ``quiz killer victim'' works the other way around. .Pp If you get the answer wrong, -.Nm quiz +.Nm lets you try again. To see the right answer, enter a blank line. .Sh "Index and Data File Syntax" @@ -108,7 +108,7 @@ characters, or at the end of a line to signify that a continuation line follows. .Pp If either a question or its answer is empty, -.Nm quiz +.Nm will refrain from asking it. .Sh FILES .Bl -tag -width /usr/share/games/quiz.db -compact |