Skip to content

Commit 366f619

Browse files
committed
Fix table of syscalls in docs of std::time::SystemTime.
1 parent af6282f commit 366f619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/time.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ pub struct Instant(time::Instant);
144144
///
145145
/// | Platform | System call |
146146
/// |:---------:|:--------------------------------------------------------------------:|
147-
/// | Cloud ABI | [clock_time_get (Realtime Clock)] |
147+
/// | CloudABI | [clock_time_get (Realtime Clock)] |
148148
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
149149
/// | UNIX | [clock_gettime (Realtime Clock)] |
150150
/// | DARWIN | [gettimeofday] |
151151
/// | VXWorks | [clock_gettime (Realtime Clock)] |
152152
/// | WASI | [__wasi_clock_time_get (Realtime Clock)] |
153153
/// | Windows | [GetSystemTimeAsFileTime] |
154154
///
155-
/// [clock_time_get (Realtime Clock)]: https://github.com/NuxiNL/cloudabi/blob/master/cloudabi.txt
155+
/// [clock_time_get (Realtime Clock)]: https://nuxi.nl/cloudabi/#clock_time_get
156156
/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
157157
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
158158
/// [gettimeofday]: http://man7.org/linux/man-pages/man2/gettimeofday.2.html

0 commit comments

Comments
 (0)