diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
commit | 89bd03f00e651e86126fd09b39e4867a76f5554e (patch) | |
tree | e813750548fb365113ce3c64759a0ab5b7359da9 /games/rain | |
parent | def96861438f6b5048aab1d1b2fed0a861d6b24d (diff) |
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
Diffstat (limited to 'games/rain')
-rw-r--r-- | games/rain/rain.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rain/rain.6 b/games/rain/rain.6 index 9fd1c80283c..802db293acd 100644 --- a/games/rain/rain.6 +++ b/games/rain/rain.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rain.6,v 1.16 2012/05/27 16:57:14 jmc Exp $ +.\" $OpenBSD: rain.6,v 1.17 2014/09/08 01:27:54 schwarze Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)rain.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: May 27 2012 $ +.Dd $Mdocdate: September 8 2014 $ .Dt RAIN 6 .Os .Sh NAME @@ -59,4 +59,4 @@ program, the environment variable must be set (and exported) to the type of the terminal being used. .Sh AUTHORS -Eric P. Scott +.An Eric P. Scott |