summaryrefslogtreecommitdiff
path: root/usr/src/cmd/print/bsd-sysv-commands/lpstat.c
diff options
context:
space:
mode:
authorjacobs <none@none>2006-11-15 21:19:01 -0800
committerjacobs <none@none>2006-11-15 21:19:01 -0800
commitd978af5cd9e717f0cb0742b6e940c8fdd836504d (patch)
treeb12e13b5c03feaeee486ea8a47e97f58c7bdd502 /usr/src/cmd/print/bsd-sysv-commands/lpstat.c
parentf3861e1a2ceec23a5b699c24d814b7775a9e0b52 (diff)
downloadillumos-gate-d978af5cd9e717f0cb0742b6e940c8fdd836504d.tar.gz
4634017 Lpadmin's new printer limit needs to be increased. (fix cstyle)
6486772 in.lpd should use libpapi (fix cstyle) 6491971 in.lpd and the ipp listener should detect cycles (fix cstyle) 6492414 lpstat -o -l should report on requested form when available (fix cstyle)
Diffstat (limited to 'usr/src/cmd/print/bsd-sysv-commands/lpstat.c')
-rw-r--r--usr/src/cmd/print/bsd-sysv-commands/lpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/print/bsd-sysv-commands/lpstat.c b/usr/src/cmd/print/bsd-sysv-commands/lpstat.c
index a9ce4dc054..4d0b350fd4 100644
--- a/usr/src/cmd/print/bsd-sysv-commands/lpstat.c
+++ b/usr/src/cmd/print/bsd-sysv-commands/lpstat.c
@@ -669,7 +669,7 @@ report_job(papi_job_t job, int show_rank, int verbose)
(void) papiAttributeListGetString(attrs, NULL,
"output-device-assigned", &destination);
printf("\n\t assigned %s", destination);
-
+
(void) papiAttributeListGetString(attrs, NULL, "form", &form);
if (form != NULL)
printf(", form %s", form);