diff options
Diffstat (limited to 'documentation/content/en/articles/cups/_index.adoc')
-rw-r--r-- | documentation/content/en/articles/cups/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/articles/cups/_index.adoc b/documentation/content/en/articles/cups/_index.adoc index 47a02e1c18..c617d871ce 100644 --- a/documentation/content/en/articles/cups/_index.adoc +++ b/documentation/content/en/articles/cups/_index.adoc @@ -40,7 +40,7 @@ The main site for CUPS is http://www.cups.org/[http://www.cups.org/]. To install CUPS using a precompiled binary, issue the following command from a root terminal: -[source,bash] +[source,shell] .... # pkg install cups .... @@ -85,7 +85,7 @@ application/octet-stream Once these changes have been made, the man:devfs[8] and CUPS systems must both be restarted, either by rebooting the computer or issuing the following two commands in a root terminal: -[source,bash] +[source,shell] .... # /etc/rc.d/devfs restart # /usr/local/etc/rc.d/cupsd restart |