All of lore.kernel.org
 help / color / mirror / Atom feed
* [Printing-architecture] README: spelling and grammatical error corrections
@ 2016-05-02 18:42 Pranjal
  2016-05-02 21:48 ` Till Kamppeter
  0 siblings, 1 reply; 2+ messages in thread
From: Pranjal @ 2016-05-02 18:42 UTC (permalink / raw)
  To: Till Kamppeter; +Cc: printing-architecture

Some changes have been made in the README file which removes some 
spelling and grammatical mistakes.

=== modified file 'README'
--- README    2016-03-31 18:02:45 +0000
+++ README    2016-05-02 18:36:21 +0000
@@ -336,8 +336,8 @@
      utils/cups-browsed.service and utils/cups-browsed-upstart.conf.

      In the examples we start cups-browsed after starting
-    avahi-daemon. This is not required. if cups-browsed starts first,
-    the Bonjour/DNS-SD browsing kicks in as soon as avahi-daemon comes
+    avahi-daemon. This is not required. If cups-browsed starts first,
+    then Bonjour/DNS-SD browsing kicks in as soon as avahi-daemon comes
      up. cups-browsed is also robust against any shutdown and restart
      of avahi-daemon.

@@ -389,7 +389,7 @@
      duplicates and change the URI of the disappeared queue to the URI
      of the first duplicate, mark the queue as to-be-created with
      timeout now-1 sec (to update the URI of the CUPS queue) and mark
-    the duplicate ddisappeared with timeout now-1 sec. In terms of
+    the duplicate disappeared with timeout now-1 sec. In terms of
      high availability we replace the old load balancing of the
      implicit class by a failover solution. Alternatively (not
      implemented), if queue with same name but from other server
@@ -639,7 +639,7 @@
  Because PDF cannot specify device options in a PDF file, you have to 
define
  all the device options as JCLs.

-When a printer does not support PS nor PDF, you can use Ghostscript (GS).
+When a printer does not support PS or PDF, you can use Ghostscript (GS).
  In this case, you can specify device options like a PS printer.
  If you want to use the same printer and same PPD file for both PDF and PS
  printing, when you print a PS file, you can specify that GS handles it,
@@ -1014,7 +1014,7 @@
  - Generic-PDF_Printer-PDF.ppd
  - HP-Color_LaserJet_CM3530_MFP-PDF.ppd

-When a printer does not support PS nor PDF, you can use Ghostscript (GS).
+When a printer does not support PS or PDF, you can use Ghostscript (GS).
  In this case, you can specify device options like a PS printer.
  If you want to use the same printer and same PPD file for both PDF and PS
  printing, when you print a PS file, you can specify that GS handles it,
@@ -1310,7 +1310,7 @@

  7.1 Temporally files location

-"pdftoijs" creates temporally files if needed. Temporary files are created
+"pdftoijs" creates temporary files if needed. Temporary files are created
  in the location specified by TMPDIR environment variable. Default location
  is "/tmp".



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Printing-architecture] README: spelling and grammatical error corrections
  2016-05-02 18:42 [Printing-architecture] README: spelling and grammatical error corrections Pranjal
@ 2016-05-02 21:48 ` Till Kamppeter
  0 siblings, 0 replies; 2+ messages in thread
From: Till Kamppeter @ 2016-05-02 21:48 UTC (permalink / raw)
  To: Pranjal; +Cc: printing-architecture

Thank you very much for the patch. I have applied it as BZR rev. 7459 now.

    Till

On 05/02/2016 03:42 PM, Pranjal wrote:
> === modified file 'README'
> --- README    2016-03-31 18:02:45 +0000
> +++ README    2016-05-02 18:36:21 +0000
> @@ -336,8 +336,8 @@
>       utils/cups-browsed.service and utils/cups-browsed-upstart.conf.
>
>       In the examples we start cups-browsed after starting
> -    avahi-daemon. This is not required. if cups-browsed starts first,
> -    the Bonjour/DNS-SD browsing kicks in as soon as avahi-daemon comes
> +    avahi-daemon. This is not required. If cups-browsed starts first,
> +    then Bonjour/DNS-SD browsing kicks in as soon as avahi-daemon comes
>       up. cups-browsed is also robust against any shutdown and restart
>       of avahi-daemon.
>
> @@ -389,7 +389,7 @@
>       duplicates and change the URI of the disappeared queue to the URI
>       of the first duplicate, mark the queue as to-be-created with
>       timeout now-1 sec (to update the URI of the CUPS queue) and mark
> -    the duplicate ddisappeared with timeout now-1 sec. In terms of
> +    the duplicate disappeared with timeout now-1 sec. In terms of
>       high availability we replace the old load balancing of the
>       implicit class by a failover solution. Alternatively (not
>       implemented), if queue with same name but from other server
> @@ -639,7 +639,7 @@
>   Because PDF cannot specify device options in a PDF file, you have to
> define
>   all the device options as JCLs.
>
> -When a printer does not support PS nor PDF, you can use Ghostscript (GS).
> +When a printer does not support PS or PDF, you can use Ghostscript (GS).
>   In this case, you can specify device options like a PS printer.
>   If you want to use the same printer and same PPD file for both PDF and PS
>   printing, when you print a PS file, you can specify that GS handles it,
> @@ -1014,7 +1014,7 @@
>   - Generic-PDF_Printer-PDF.ppd
>   - HP-Color_LaserJet_CM3530_MFP-PDF.ppd
>
> -When a printer does not support PS nor PDF, you can use Ghostscript (GS).
> +When a printer does not support PS or PDF, you can use Ghostscript (GS).
>   In this case, you can specify device options like a PS printer.
>   If you want to use the same printer and same PPD file for both PDF and PS
>   printing, when you print a PS file, you can specify that GS handles it,
> @@ -1310,7 +1310,7 @@
>
>   7.1 Temporally files location
>
> -"pdftoijs" creates temporally files if needed. Temporary files are created
> +"pdftoijs" creates temporary files if needed. Temporary files are created
>   in the location specified by TMPDIR environment variable. Default
> location
>   is "/tmp".
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-02 21:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 18:42 [Printing-architecture] README: spelling and grammatical error corrections Pranjal
2016-05-02 21:48 ` Till Kamppeter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.