From 5e201a7d2e619fe8f5f23d3a2e30638ac8c50ee9 Mon Sep 17 00:00:00 2001 From: glenda Date: Sat, 26 Apr 2014 03:38:07 +0100 Subject: [PATCH] draw(2): fix missing arg of bezspline on page 5 --- sys/man/2/draw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/man/2/draw b/sys/man/2/draw index 2cda38ec4..e6f23a968 100644 --- a/sys/man/2/draw +++ b/sys/man/2/draw @@ -600,7 +600,7 @@ corresponds to in .IR dst . .TP -\f5bezspline(\f2dst\fP, \f2p\fP, \f2end0\fP, \f2end1\fP, \f2thick\fP, \f2src\fP, \f2sp\fP) +\f5bezspline(\f2dst\fP, \f2p\fP, \f2np\fP, \f2end0\fP, \f2end1\fP, \f2thick\fP, \f2src\fP, \f2sp\fP) .I Bezspline takes the same arguments as .I poly