summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-04-29 11:23:44 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-04-29 11:24:00 +0200
commit9fe77c6ff5f017bcd9169891d64700759df6b4ee (patch)
tree55c1fb9db0d015ba1113e4ff1219bc0620b77dbf /src
parentc1b2e030c51dbadff5bb1837fbadf2b20aed34c7 (diff)
Minor readability doc change.
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Paged_Device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Paged_Device.cxx b/src/Fl_Paged_Device.cxx
index c3a6c7083..3d6f0b09c 100644
--- a/src/Fl_Paged_Device.cxx
+++ b/src/Fl_Paged_Device.cxx
@@ -31,7 +31,7 @@
\param[in] pagecount the total number of pages of the job (or 0 if you don't know the number of pages)
\param[out] frompage if non-null, *frompage is set to the first page the user wants printed
\param[out] topage if non-null, *topage is set to the last page the user wants printed
- \param[out] perr_message if non-null and if the returned value is > 1, *perr_message is set to a string
+ \param[out] perr_message if non-null and if the returned value is ≥ 2, *perr_message is set to a string
describing the error. That string can be delete[]'d after use.
\return 0 if OK, 1 if user cancelled the job, ≥ 2 if any error.
*/