]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd-custom.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / cups / ppd-custom.c
index 25516b6078b638b3a5684fd742ed46dc59b84b8d..6e4d3bd6e2ff6adc7cd84647016486132b591b61 100644 (file)
@@ -33,7 +33,7 @@
 /*
  * 'ppdFindCustomOption()' - Find a custom option.
  *
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
  */
 
 ppd_coption_t *                                /* O - Custom option or NULL */
@@ -54,7 +54,7 @@ ppdFindCustomOption(ppd_file_t *ppd,  /* I - PPD file */
 /*
  * 'ppdFindCustomParam()' - Find a parameter for a custom option.
  *
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
  */
 
 ppd_cparam_t *                         /* O - Custom parameter or NULL */
@@ -80,7 +80,7 @@ ppdFindCustomParam(ppd_coption_t *opt,        /* I - Custom option */
 /*
  * 'ppdFirstCustomParam()' - Return the first parameter for a custom option.
  *
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
  */
 
 ppd_cparam_t *                         /* O - Custom parameter or NULL */
@@ -96,7 +96,7 @@ ppdFirstCustomParam(ppd_coption_t *opt)       /* I - Custom option */
 /*
  * 'ppdNextCustomParam()' - Return the next parameter for a custom option.
  *
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
  */
 
 ppd_cparam_t *                         /* O - Custom parameter or NULL */