diff options
author | schwarze <> | 2014-09-08 01:27:54 +0000 |
---|---|---|
committer | schwarze <> | 2014-09-08 01:27:54 +0000 |
commit | 381b8076e8e99f13e10de6b6e93602eb59542ed6 (patch) | |
tree | 60a214ce5fd252cfd22afee10d9fd0a1d87096c6 | |
parent | 0fed0b531b893a421795b86e91da5c89afa84e40 (diff) | |
download | openbsd-381b8076e8e99f13e10de6b6e93602eb59542ed6.tar.gz openbsd-381b8076e8e99f13e10de6b6e93602eb59542ed6.tar.bz2 openbsd-381b8076e8e99f13e10de6b6e93602eb59542ed6.zip |
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
-rw-r--r-- | src/lib/libc/stdlib/rand48.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3 index 8b7c572fb4..29e72b8c01 100644 --- a/src/lib/libc/stdlib/rand48.3 +++ b/src/lib/libc/stdlib/rand48.3 | |||
@@ -9,9 +9,9 @@ | |||
9 | .\" of any kind. I shall in no event be liable for anything that happens | 9 | .\" of any kind. I shall in no event be liable for anything that happens |
10 | .\" to anyone/anything when using this software. | 10 | .\" to anyone/anything when using this software. |
11 | .\" | 11 | .\" |
12 | .\" $OpenBSD: rand48.3,v 1.14 2014/01/21 23:25:03 deraadt Exp $ | 12 | .\" $OpenBSD: rand48.3,v 1.15 2014/09/08 01:27:54 schwarze Exp $ |
13 | .\" | 13 | .\" |
14 | .Dd $Mdocdate: January 21 2014 $ | 14 | .Dd $Mdocdate: September 8 2014 $ |
15 | .Dt RAND48 3 | 15 | .Dt RAND48 3 |
16 | .Os | 16 | .Os |
17 | .Sh NAME | 17 | .Sh NAME |
@@ -176,4 +176,4 @@ and | |||
176 | functions conform to | 176 | functions conform to |
177 | .St -p1003.1-2008 . | 177 | .St -p1003.1-2008 . |
178 | .Sh AUTHORS | 178 | .Sh AUTHORS |
179 | Martin Birgmeier | 179 | .An Martin Birgmeier |