1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

mdoc(7) police: make double quotes in #include statement visible.

This commit is contained in:
Ruslan Ermilov 2001-10-01 15:01:57 +00:00
parent 7a845ac23c
commit 6846c17488
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84303

View File

@ -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