From c8d6701c396cebdcd0d45eac73b762e9498f6b01 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sat, 15 Apr 2000 02:15:23 +0000 Subject: Mostly punctuation fixes. --- src/lib/libc/crypt/arc4random.3 | 7 ++++--- src/lib/libc/crypt/blowfish.3 | 7 ++++--- src/lib/libc/crypt/crypt.3 | 5 ++--- src/lib/libc/net/gethostbyname.3 | 4 ++-- src/lib/libc/net/inet6_option_space.3 | 8 +++++--- 5 files changed, 17 insertions(+), 14 deletions(-) (limited to 'src') diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index 1c3ddcb1b1..f4116a1e82 100644 --- a/src/lib/libc/crypt/arc4random.3 +++ b/src/lib/libc/crypt/arc4random.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: arc4random.3,v 1.12 2000/04/02 17:59:04 millert Exp $ +.\" $OpenBSD: arc4random.3,v 1.13 2000/04/15 02:15:22 aaron Exp $ +.\" .\" Copyright 1997 Niels Provos .\" All rights reserved. .\" @@ -33,8 +34,8 @@ .Dt ARC4RANDOM 3 .Os .Sh NAME -.Nm arc4random, -.Nm arc4random_stir, +.Nm arc4random , +.Nm arc4random_stir , .Nm arc4random_addrandom .Nd arc4 random number generator .Sh SYNOPSIS diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 41dfb59bc9..b5fdae92b1 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 @@ -1,4 +1,5 @@ -.\" $OpenBSD: blowfish.3,v 1.7 2000/03/14 21:31:44 aaron Exp $ +.\" $OpenBSD: blowfish.3,v 1.8 2000/04/15 02:15:22 aaron Exp $ +.\" .\" Copyright 1997 Niels Provos .\" All rights reserved. .\" @@ -33,8 +34,8 @@ .Dt BLOWFISH 3 .Os .Sh NAME -.Nm blf_key, -.Nm blf_enc, +.Nm blf_key , +.Nm blf_enc , .Nm blf_dec .Nd Blowfish encryption .Sh SYNOPSIS diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 11f465faa8..daa9c4d844 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.14 2000/01/22 02:17:55 aaron Exp $ +.\" $OpenBSD: crypt.3,v 1.15 2000/04/15 02:15:22 aaron Exp $ .\" .\" FreeSec: libcrypt .\" @@ -234,8 +234,7 @@ iterations of and stores the 64-bit result in the 8 characters at .Fa out (which may be the same as -.Fa in -). +.Fa in ) . The .Fa salt specifies perturbations to the diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index a539a987c3..aced5ba616 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostbyname.3,v 1.13 2000/01/05 01:04:14 deraadt Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.14 2000/04/15 02:15:22 aaron Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -75,7 +75,7 @@ referenced by name or by address, respectively. This structure contains either information obtained from the name server (i.e., .Xr resolver 3 and -.Xr named 8 ), +.Xr named 8 ) , broken-out fields from a line in .Pa /etc/hosts , or database entries supplied by the diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index 8943b9a3b1..8c2bb0caf6 100644 --- a/src/lib/libc/net/inet6_option_space.3 +++ b/src/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.4 2000/04/12 21:48:01 aaron Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.5 2000/04/15 02:15:23 aaron Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -180,7 +180,8 @@ before calling this function. The option type must have a value from .Li 2 to -.Li 255 , inclusive. +.Li 255 , +inclusive. .Po .Li 0 and @@ -406,7 +407,8 @@ on an error. .Pp .Fn inet6_option_alloc returns -.Dv NULL on an error. +.Dv NULL +on an error. .Pp On errors, .Fn inet6_option_next -- cgit v1.2.3-55-g6feb