diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-05 03:39:24 +0000 |
commit | 50f4aee4d46c6e0f837f0bbcdc54992e3dd7af0f (patch) | |
tree | ee555f93149f3cd315d11614855f2f83a708a924 /lib/libc/string/bstring.3 | |
parent | 3ef9948f177202f485f22c84d5f4cfb4cf74b831 (diff) |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/string/bstring.3')
-rw-r--r-- | lib/libc/string/bstring.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3 index c44c5386c6b..d88b78f504e 100644 --- a/lib/libc/string/bstring.3 +++ b/lib/libc/string/bstring.3 @@ -27,16 +27,16 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bstring.3,v 1.9 2011/07/25 00:38:52 schwarze Exp $ +.\" $OpenBSD: bstring.3,v 1.10 2013/06/05 03:39:23 tedu Exp $ .\" -.Dd $Mdocdate: July 25 2011 $ +.Dd $Mdocdate: June 5 2013 $ .Dt BSTRING 3 .Os .Sh NAME .Nm bstring .Nd byte string operations .Sh SYNOPSIS -.Fd #include <string.h> +.In string.h .Ft int .Fn bcmp "const void *b1" "const void *b2" "size_t len" .Ft void |