]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/backchannel.c
Update all references to OS X to macOS.
[thirdparty/cups.git] / cups / backchannel.c
index c4c96acbe3790743cbb2988d68445ee66b4392dd..13a956027b52eae263ab986c7d01e01ef149e16e 100644 (file)
@@ -42,7 +42,7 @@ static void   cups_setup(fd_set *set, struct timeval *tval,
  * parameter controls how many seconds to wait for the data - use 0.0 to
  * return immediately if there is no data, -1.0 to wait for data indefinitely.
  *
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
  */
 
 ssize_t                                        /* O - Bytes read or -1 on error */
@@ -93,7 +93,7 @@ cupsBackChannelRead(char   *buffer,   /* I - Buffer to read into */
  * 0.0 to return immediately if the data cannot be written, -1.0 to wait
  * indefinitely.
  *
- * @since CUPS 1.2/OS X 10.5@
+ * @since CUPS 1.2/macOS 10.5@
  */
 
 ssize_t                                        /* O - Bytes written or -1 on error */