diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
commit | 4611deddfe84c32a29dc209ac73fe6d285ecb766 (patch) | |
tree | 475980cae589e4cabc0b4cec98416476d7cd7e14 /lib/libc/ohash | |
parent | 4e76df5b9bcb457022337d952d20ff0e485612e1 (diff) |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'lib/libc/ohash')
-rw-r--r-- | lib/libc/ohash/ohash_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/ohash/ohash_init.3 b/lib/libc/ohash/ohash_init.3 index ded763b3ec2..8b13376c1ff 100644 --- a/lib/libc/ohash/ohash_init.3 +++ b/lib/libc/ohash/ohash_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ohash_init.3,v 1.6 2003/05/07 08:52:43 jmc Exp $ +.\" $OpenBSD: ohash_init.3,v 1.7 2004/01/23 23:08:45 jmc Exp $ .\" .\" Copyright (c) 1999 Marc Espie. .\" @@ -84,7 +84,7 @@ elements. holds the position of the key in each record, and two pointers to .Xr calloc 3 and -.Xr free 3 Ns No -like +.Xr free 3 Ns -like functions, to use for managing the table internal storage. .Pp .Fn ohash_delete |