diff options
Diffstat (limited to 'src/fl_open_uri.cxx')
| -rw-r--r-- | src/fl_open_uri.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fl_open_uri.cxx b/src/fl_open_uri.cxx index c0aede758..38da38af4 100644 --- a/src/fl_open_uri.cxx +++ b/src/fl_open_uri.cxx @@ -59,10 +59,8 @@ static int run_program(const char *program, char **argv, char *msg, int msglen); /** - * Open the specified URI. - * - * fl_open_uri() opens the specified Uniform Resource Identifier (URI) - * using an operating-system dependent program or interface. For URIs + * Opens the specified Uniform Resource Identifier (URI). + * Uses an operating-system dependent program or interface. For URIs * using the "ftp", "http", or "https" schemes, the system default web * browser is used to open the URI, while "mailto" and "news" URIs are * typically opened using the system default mail reader and "file" URIs |
