diff options
| author | aaron <> | 2000-04-21 15:24:20 +0000 |
|---|---|---|
| committer | aaron <> | 2000-04-21 15:24:20 +0000 |
| commit | 9fb35611cc3d03bef8b690b62e0904507c414a61 (patch) | |
| tree | cbb158a96fec3a91f1d59c3e9f768b10d6ed872e /src/lib/libc/string/bcopy.3 | |
| parent | a4336f357f9e30dffdfad4909b24bd2e82c096a2 (diff) | |
| download | openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.tar.gz openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.tar.bz2 openbsd-9fb35611cc3d03bef8b690b62e0904507c414a61.zip | |
Flesh out libc string function man pages.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/string/bcopy.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/string/bcopy.3 b/src/lib/libc/string/bcopy.3 index da144e7d17..b290418f4a 100644 --- a/src/lib/libc/string/bcopy.3 +++ b/src/lib/libc/string/bcopy.3 | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 32 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 33 | .\" SUCH DAMAGE. | 33 | .\" SUCH DAMAGE. |
| 34 | .\" | 34 | .\" |
| 35 | .\" $OpenBSD: bcopy.3,v 1.4 1999/06/29 18:01:31 aaron Exp $ | 35 | .\" $OpenBSD: bcopy.3,v 1.5 2000/04/21 15:24:19 aaron Exp $ |
| 36 | .\" | 36 | .\" |
| 37 | .Dd April 19, 1991 | 37 | .Dd April 19, 1991 |
| 38 | .Dt BCOPY 3 | 38 | .Dt BCOPY 3 |
| @@ -47,8 +47,7 @@ | |||
| 47 | .Sh DESCRIPTION | 47 | .Sh DESCRIPTION |
| 48 | The | 48 | The |
| 49 | .Fn bcopy | 49 | .Fn bcopy |
| 50 | function | 50 | function copies |
| 51 | copies | ||
| 52 | .Fa len | 51 | .Fa len |
| 53 | bytes from string | 52 | bytes from string |
| 54 | .Fa src | 53 | .Fa src |
