]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/backend.man
Update all references to OS X to macOS.
[thirdparty/cups.git] / man / backend.man
index 4c298f6ddbc0a3de606fe4a6ff437707d717d0e5..e5bf2a327c772cf1957742fbd30c87ade22c038b 100644 (file)
@@ -174,7 +174,7 @@ CUPS backends are not generally design to be run directly by the user. Aside fro
 .I argv[0]
 and
 .B DEVICE_URI
-environment variable contain the device URI), CUPS backends also expect specific environment variables and file descriptors, and typically run in a user session that (on OS X) has additional restrictions that affect how it runs. Backends can also be installed with restricted permissions (0500 or 0700) that tell the scheduler to run them as the "root" user instead of an unprivileged user (typically "lp") on the system.
+environment variable contain the device URI), CUPS backends also expect specific environment variables and file descriptors, and typically run in a user session that (on macOS) has additional restrictions that affect how it runs. Backends can also be installed with restricted permissions (0500 or 0700) that tell the scheduler to run them as the "root" user instead of an unprivileged user (typically "lp") on the system.
 .LP
 Unless you are a developer and know what you are doing, please do not run backends directly. Instead, use the
 .BR lp (1)