]> cygwin.com Git - cygwin-apps/cygutils.git/commitdiff
Fix cygstart --reference
authorCharles Wilson <cygwin@cwilson.fastmail.fm>
Mon, 16 Aug 2010 16:55:15 +0000 (16:55 +0000)
committerCharles Wilson <cygwin@cwilson.fastmail.fm>
Mon, 16 Aug 2010 16:55:15 +0000 (16:55 +0000)
ChangeLog
src/cygstart/cygstart.1
src/cygstart/cygstart.c

index 825a718cd988c3e5ec40815d16af99811bf6bd04..5de3205af6a50d85a1cafe12b13db3cb978ff9d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-16  Charles Wilson  <cwilson@...>
+
+       * cygstart.1: Update URL for reference to MS 'ShellExecute'
+       documentation.
+       * cygstart.c: Ditto (fixes --reference option).
+
 2010-08-16  Charles Wilson  <cwilson@...>
 
        Change license for cygdrop to GPLv3+
index 7afa295cd889548792a07cc79020f36d271ee6ec..c641a4c54cdaa1dc4fff8b2214f10642d1d77478 100644 (file)
@@ -197,5 +197,5 @@ Michael Schaap <cygstart(at)mscha.org>
 .\"}}}
 .\"{{{  See also
 .SH "SEE ALSO"
-.BR <http://msdn.microsoft.com/library/en-us/shellcc/platform/Shell/reference/functions/shellexecute.asp>
+.BR <http://msdn.microsoft.com/en-us/library/bb762153%28VS.85%29.aspx>
 .\"}}}
index 95b25a23eb24fbb3272672e1de9ce906b9f5ac31..e2b9708193a7016ecad4c16692de3ad13a1b816e 100644 (file)
@@ -43,8 +43,7 @@
 #define ACTION_PRINT "print"
 
 /* MSDN reference URL */
-#define MSDN_URL "http://msdn.microsoft.com/library/en-us/shellcc/platform/" \
-                 "Shell/reference/functions/shellexecute.asp"
+#define MSDN_URL "http://msdn.microsoft.com/en-us/library/bb762153%28VS.85%29.aspx"
 
 static const char versionID[] = PACKAGE_VERSION;
 static const char revID[] =
This page took 0.038274 seconds and 5 git commands to generate.