diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/usage.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 7a3442dc2..e1e234367 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -2194,8 +2194,13 @@ | |||
| 2194 | #define lpd_trivial_usage \ | 2194 | #define lpd_trivial_usage \ |
| 2195 | "SPOOLDIR [HELPER [ARGS...]]" | 2195 | "SPOOLDIR [HELPER [ARGS...]]" |
| 2196 | #define lpd_full_usage "\n\n" \ | 2196 | #define lpd_full_usage "\n\n" \ |
| 2197 | "Example:" \ | 2197 | "SPOOLDIR must contain (symlinks to) device nodes or directories" \ |
| 2198 | "\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" | 2198 | "\nwith names matching print queue names. In the first case, jobs are" \ |
| 2199 | "\nsent directly to the device. Othervise each job is stored in queue" \ | ||
| 2200 | "\ndirectory and HELPER program is called. Name of file to print" \ | ||
| 2201 | "\nis passed in $DATAFILE variable." \ | ||
| 2202 | "\nExample:" \ | ||
| 2203 | "\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" \ | ||
| 2199 | 2204 | ||
| 2200 | #define lpq_trivial_usage \ | 2205 | #define lpq_trivial_usage \ |
| 2201 | "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" | 2206 | "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" |
