diff options
author | glenda <glenda@turku> | 2014-04-26 03:38:07 +0100 |
---|---|---|
committer | glenda <glenda@turku> | 2014-04-26 03:38:07 +0100 |
commit | 5e201a7d2e619fe8f5f23d3a2e30638ac8c50ee9 (patch) | |
tree | a8fcf8683f555ac53ad268022c1decd34ce6a445 | |
parent | 244bb0038dc2222f988b3aef7184848308b37903 (diff) |
draw(2): fix missing arg of bezspline on page 5
-rw-r--r-- | sys/man/2/draw | 2 |
1 files changed, 1 insertions, 1 deletions
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 |