diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
commit | 1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch) | |
tree | 08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libc/stdlib | |
parent | ee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff) |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/radixsort.3 | 3 | ||||
-rw-r--r-- | lib/libc/stdlib/rand48.3 | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3 index 64cc841a49f..f70990fa8ed 100644 --- a/lib/libc/stdlib/radixsort.3 +++ b/lib/libc/stdlib/radixsort.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: radixsort.3,v 1.6 2000/04/20 13:50:02 aaron Exp $ +.\" $OpenBSD: radixsort.3,v 1.7 2001/08/06 10:42:26 mpech Exp $ .\" .Dd January 27, 1994 .Dt RADIXSORT 3 @@ -125,7 +125,6 @@ for any of the errors specified for the library routine .Sh SEE ALSO .Xr sort 1 , .Xr qsort 3 -.Pp .Rs .%A Knuth, D.E. .%D 1968 diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3 index 886e5273d9e..31a4fdf4ddb 100644 --- a/lib/libc/stdlib/rand48.3 +++ b/lib/libc/stdlib/rand48.3 @@ -9,7 +9,7 @@ .\" of any kind. I shall in no event be liable for anything that happens .\" to anyone/anything when using this software. .\" -.\" $OpenBSD: rand48.3,v 1.7 2000/04/20 13:50:02 aaron Exp $ +.\" $OpenBSD: rand48.3,v 1.8 2001/08/06 10:42:26 mpech Exp $ .\" .Dd October 8, 1993 .Dt RAND48 3 @@ -157,7 +157,7 @@ generator calls. .Pp For a more powerful random number generator, see .Xr random 3 -.Sh AUTHOR +.Sh AUTHORS Martin Birgmeier .Sh SEE ALSO .Xr arc4random 3 , |