diff options
author | 1999-06-06 15:17:31 +0000 | |
---|---|---|
committer | 1999-06-06 15:17:31 +0000 | |
commit | 65adce91856c4e06b09c4ec1e568143d40ece620 (patch) | |
tree | cd62f8001cda48e39d8efecfb08d17c52b638f5e /lib/libc/string/bstring.3 | |
parent | Ugly workaround an alpha egcs bug (diff) | |
download | wireguard-openbsd-65adce91856c4e06b09c4ec1e568143d40ece620.tar.xz wireguard-openbsd-65adce91856c4e06b09c4ec1e568143d40ece620.zip |
some NAME section cleanup
Diffstat (limited to 'lib/libc/string/bstring.3')
-rw-r--r-- | lib/libc/string/bstring.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3 index b553fd0beb2..0dda6c7278c 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.2 1996/08/19 08:33:59 tholo Exp $ +.\" $OpenBSD: bstring.3,v 1.3 1999/06/06 15:17:31 aaron Exp $ .\" .Dd April 19, 1991 .Dt BSTRING 3 @@ -44,7 +44,7 @@ .Nm memchr , .Nm memcmp , .Nm memcpy , -.Nm memmove, +.Nm memmove , .Nm memset .Nd byte string operations .Sh SYNOPSIS |