diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
commit | 9d7fa165f85aeb19e753017101792f8a56d865dc (patch) | |
tree | 2b54b96f9a4c4cec177691393f9754f0235e163a /lib/libz/compress.3 | |
parent | 950254d909152efb61b61dec32ad79a3f0d2e200 (diff) |
use .In rather than .Fd #include
Diffstat (limited to 'lib/libz/compress.3')
-rw-r--r-- | lib/libz/compress.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libz/compress.3 b/lib/libz/compress.3 index 277293e9606..d3211bcdaf1 100644 --- a/lib/libz/compress.3 +++ b/lib/libz/compress.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compress.3,v 1.15 2015/02/15 22:26:45 bentley Exp $ +.\" $OpenBSD: compress.3,v 1.16 2015/09/10 17:55:21 schwarze Exp $ .\" .\" Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler .\" @@ -23,14 +23,14 @@ .\" .\" This page corresponds to zlib version 1.2.3 .\" -.Dd $Mdocdate: February 15 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt COMPRESS 3 .Os .Sh NAME .Nm compress .Nd zlib general purpose compression library .Sh SYNOPSIS -.Fd "#include <zlib.h>" +.In zlib.h .Pp Basic functions .Pp |