diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 18:01:35 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 18:01:35 +0000 |
commit | 2c9812a5e42aed1da9bee32d389811387397705c (patch) | |
tree | 78de2d4584882d5b63120e86418f290108810b2b /lib/libc/string/bzero.3 | |
parent | 74d60a9228454d1da06e9819b9fa1773fa5a3322 (diff) |
repairs
Diffstat (limited to 'lib/libc/string/bzero.3')
-rw-r--r-- | lib/libc/string/bzero.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index b567e075325..4a35aafa1be 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bzero.3,v 1.3 1999/05/23 14:11:03 aaron Exp $ +.\" $OpenBSD: bzero.3,v 1.4 1999/06/29 18:01:32 aaron Exp $ .\" .Dd April 19, 1991 .Dt BZERO 3 @@ -63,5 +63,5 @@ does nothing. A .Fn bzero function -appeared in +appeared in .Bx 4.3 . |