diff options
author | ru <ru@FreeBSD.org> | 2001-10-01 15:01:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-01 15:01:57 +0000 |
commit | 76032df76291d31713d0ac0fb3896d50cd7dab2c (patch) | |
tree | 365d504fc9d8ec0ff3c566557af5c5e53d1f1c3c /usr.bin/compress | |
parent | c1ee14e95cd2210e842b5b04f8990b0af86ab21f (diff) | |
download | FreeBSD-src-76032df76291d31713d0ac0fb3896d50cd7dab2c.zip FreeBSD-src-76032df76291d31713d0ac0fb3896d50cd7dab2c.tar.gz |
mdoc(7) police: make double quotes in #include statement visible.
Diffstat (limited to 'usr.bin/compress')
-rw-r--r-- | usr.bin/compress/zopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/compress/zopen.3 b/usr.bin/compress/zopen.3 index 8e78fcd..a1ffbf7 100644 --- a/usr.bin/compress/zopen.3 +++ b/usr.bin/compress/zopen.3 @@ -39,7 +39,7 @@ .Nm zopen .Nd compressed stream open function .Sh SYNOPSIS -.Fd #include "zopen.h" +.Fd #include \&"zopen.h\&" .Ft FILE * .Fn zopen "const char *path" "const char *mode" "int bits" .Sh DESCRIPTION |