From 369bef3a142061d28bd38b74f30fd054965b81c6 Mon Sep 17 00:00:00 2001 From: schwarze Date: Tue, 21 Jan 2014 03:15:44 +0000 Subject: obvious .Pa fixes; found with mandocdb(8) --- lib/libc/stdlib/getopt.3 | 6 +++--- lib/libc/stdlib/rand.3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/libc/stdlib') diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index 9e37f52c103..6661e03841d 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getopt.3,v 1.43 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: getopt.3,v 1.44 2014/01/21 03:15:45 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETOPT 3 .Os .Sh NAME @@ -321,7 +321,7 @@ This was changed by to decouple .Fn getopt from -.Aq Pa stdio.h . +.In stdio.h . .Pp It is possible to handle digits as option letters. This allows diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 2de043a88d6..a9fc343b664 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.13 2013/07/18 10:14:50 schwarze Exp $ +.\" $OpenBSD: rand.3,v 1.14 2014/01/21 03:15:45 schwarze Exp $ .\" -.Dd $Mdocdate: July 18 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RAND 3 .Os .Sh NAME @@ -58,7 +58,7 @@ function computes a sequence of pseudo-random integers in the range of 0 to .Dv RAND_MAX (as defined by the header file -.Aq Pa stdlib.h ) . +.In stdlib.h ) . .Pp The .Fn srand -- cgit v1.2.3-59-g8ed1b