diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-09-23 09:20:26 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vszakats.net> | 2018-09-23 09:23:29 +0000 |
commit | efc696a2e09225bfeab4e7efea61a4e416d66cba (patch) | |
tree | e1ee25f81ce5bd41b956b46d0a7b0cad332d03a2 /docs/examples/synctime.c | |
parent | c42849bb4888ab53745449dcd342ab37b85d69a4 (diff) | |
download | curl-efc696a2e09225bfeab4e7efea61a4e416d66cba.tar.gz |
docs/examples: URL updates
- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl
Closes https://github.com/curl/curl/pull/3036
Diffstat (limited to 'docs/examples/synctime.c')
-rw-r--r-- | docs/examples/synctime.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/examples/synctime.c b/docs/examples/synctime.c index 596962dc2..d84cea913 100644 --- a/docs/examples/synctime.c +++ b/docs/examples/synctime.c @@ -63,8 +63,10 @@ * webserver provide Cache-Control to prevent caching. * * References: - * https://web.archive.org/web/20100228012139/tf.nist.gov/timefreq/service/its.htm - * https://web.archive.org/web/20100409024302/tf.nist.gov/timefreq/service/firewall.htm + * https://web.archive.org/web/20100228012139/ \ + * tf.nist.gov/timefreq/service/its.htm + * https://web.archive.org/web/20100409024302/ \ + * tf.nist.gov/timefreq/service/firewall.htm * * Usage: * This software will synchronise your computer clock only when you issue |