diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 14:42:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-23 14:42:15 +0000 |
commit | aa01c059faabe49199a85ca5af24c3a2a9dd257c (patch) | |
tree | fd0432832df282aea34cf3cdb05053f5b2ef3028 /lib/libc/string | |
parent | 2a35d40fbbc14c42d55386d2395a724e248db6ce (diff) |
more .%A handling; bk@rt.fm
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/bm.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/bm.3 b/lib/libc/string/bm.3 index 15277de8853..7138ee42716 100644 --- a/lib/libc/string/bm.3 +++ b/lib/libc/string/bm.3 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bm.3,v 1.5 2000/04/21 15:24:19 aaron Exp $ +.\" $OpenBSD: bm.3,v 1.6 2001/06/23 14:42:12 deraadt Exp $ .\" .Dd June 29, 1999 .Dt BM 3 @@ -107,7 +107,8 @@ is .Xr strstr 3 .Rs .%R "Fast String Searching" -.%A "Hume and Sunday" +.%A Andrew Hume +.%A Daniel Sunday .%J "Software Practice and Experience" .%V Volume 21, 11 (November 1991) .%P 1221-48 |