diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-21 15:24:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-21 15:24:21 +0000 |
commit | f427a49cebae937b58bd921c20803593806f0d90 (patch) | |
tree | 9b34e9c6151a86aa2c4ccd5da3329e545598269f /lib/libc/string/bstring.3 | |
parent | f3b3a991bbd7e54d2e2f1b8c8bbf4eb4d4d22e28 (diff) |
Flesh out libc string function man pages.
Diffstat (limited to 'lib/libc/string/bstring.3')
-rw-r--r-- | lib/libc/string/bstring.3 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3 index 0dda6c7278c..85283321c83 100644 --- a/lib/libc/string/bstring.3 +++ b/lib/libc/string/bstring.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bstring.3,v 1.3 1999/06/06 15:17:31 aaron Exp $ +.\" $OpenBSD: bstring.3,v 1.4 2000/04/21 15:24:19 aaron Exp $ .\" .Dd April 19, 1991 .Dt BSTRING 3 @@ -96,14 +96,15 @@ and conform to .St -ansiC . .Sh HISTORY -The functions +The .Fn bzero and .Fn memccpy -appeared in -.Bx 4.3 ; -the functions -.Fn bcmp , -.Fn bcopy , -appeared in +functions appeared in +.Bx 4.3 . +The +.Fn bcmp +and +.Fn bcopy +functions appeared in .Bx 4.2 . |