X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=cups%2Fhttp-support.c;h=21776d70e18f4d0304ae57cf69e307de3a88f8cd;hb=b2e0131860ddc0e5a669690d58adb34d4218034b;hp=29e9f254d7d68ad683c9c3f78c096562e44417e8;hpb=329cfeb0134d831f2846f38c1dbe13f5c3863d91;p=thirdparty%2Fcups.git diff --git a/cups/http-support.c b/cups/http-support.c index 29e9f254d..21776d70e 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -150,7 +150,7 @@ static void http_resolve_cb(AvahiServiceResolver *resolver, * place of traditional string functions whenever you need to create a * URI string. * - * @since CUPS 1.2/OS X 10.5@ + * @since CUPS 1.2/macOS 10.5@ */ http_uri_status_t /* O - URI status */ @@ -430,7 +430,7 @@ httpAssembleURI( * this function in place of traditional string functions whenever * you need to create a URI string. * - * @since CUPS 1.2/OS X 10.5@ + * @since CUPS 1.2/macOS 10.5@ */ http_uri_status_t /* O - URI status */ @@ -490,7 +490,7 @@ httpAssembleURIf( * * The buffer needs to be at least 46 bytes in size. * - * @since CUPS 1.7/OS X 10.9@ + * @since CUPS 1.7/macOS 10.9@ */ char * /* I - UUID string */ @@ -566,7 +566,7 @@ httpDecode64(char *out, /* I - String to write to */ /* * 'httpDecode64_2()' - Base64-decode a string. * - * @since CUPS 1.1.21/OS X 10.4@ + * @since CUPS 1.1.21/macOS 10.4@ */ char * /* O - Decoded string */ @@ -685,7 +685,7 @@ httpEncode64(char *out, /* I - String to write to */ /* * 'httpEncode64_2()' - Base64-encode a string. * - * @since CUPS 1.1.21/OS X 10.4@ + * @since CUPS 1.1.21/macOS 10.4@ */ char * /* O - Encoded string */ @@ -794,7 +794,7 @@ httpGetDateString(time_t t) /* I - UNIX time */ /* * 'httpGetDateString2()' - Get a formatted date/time string from a time value. * - * @since CUPS 1.2/OS X 10.5@ + * @since CUPS 1.2/macOS 10.5@ */ const char * /* O - Date/time string */ @@ -911,7 +911,7 @@ httpSeparate(const char *uri, /* I - Universal Resource Identifier */ * * This function is deprecated; use the httpSeparateURI() function instead. * - * @since CUPS 1.1.21/OS X 10.4@ + * @since CUPS 1.1.21/macOS 10.4@ * @deprecated@ */ @@ -936,7 +936,7 @@ httpSeparate2(const char *uri, /* I - Universal Resource Identifier */ * 'httpSeparateURI()' - Separate a Universal Resource Identifier into its * components. * - * @since CUPS 1.2/OS X 10.5@ + * @since CUPS 1.2/macOS 10.5@ */ http_uri_status_t /* O - Result of separation */ @@ -1724,7 +1724,7 @@ _httpResolveURI( while (time(NULL) < end_time) { if (options & _HTTP_RESOLVE_STDERR) - _cupsLangPrintFilter(stderr, "INFO", _("Looking for printer...")); + _cupsLangPrintFilter(stderr, "INFO", _("Looking for printer.")); if (cb && !(*cb)(context)) {