diff options
Diffstat (limited to 'src/lib/libc/string/bstring.3')
-rw-r--r-- | src/lib/libc/string/bstring.3 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/lib/libc/string/bstring.3 b/src/lib/libc/string/bstring.3 index 0dda6c7278..85283321c8 100644 --- a/src/lib/libc/string/bstring.3 +++ b/src/lib/libc/string/bstring.3 | |||
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .\" $OpenBSD: bstring.3,v 1.3 1999/06/06 15:17:31 aaron Exp $ | 34 | .\" $OpenBSD: bstring.3,v 1.4 2000/04/21 15:24:19 aaron Exp $ |
35 | .\" | 35 | .\" |
36 | .Dd April 19, 1991 | 36 | .Dd April 19, 1991 |
37 | .Dt BSTRING 3 | 37 | .Dt BSTRING 3 |
@@ -96,14 +96,15 @@ and | |||
96 | conform to | 96 | conform to |
97 | .St -ansiC . | 97 | .St -ansiC . |
98 | .Sh HISTORY | 98 | .Sh HISTORY |
99 | The functions | 99 | The |
100 | .Fn bzero | 100 | .Fn bzero |
101 | and | 101 | and |
102 | .Fn memccpy | 102 | .Fn memccpy |
103 | appeared in | 103 | functions appeared in |
104 | .Bx 4.3 ; | 104 | .Bx 4.3 . |
105 | the functions | 105 | The |
106 | .Fn bcmp , | 106 | .Fn bcmp |
107 | .Fn bcopy , | 107 | and |
108 | appeared in | 108 | .Fn bcopy |
109 | functions appeared in | ||
109 | .Bx 4.2 . | 110 | .Bx 4.2 . |