From 7ec567729772678899d9a53bbb25b8168d4596ca Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 8 Oct 2017 10:29:20 -0600 Subject: Replace most Linux man page links with Open Group man page links But leave in place Linux links for non-standard functions. Also, add brief docs for some functions that were lacking them. --- src/poll.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/poll.rs') diff --git a/src/poll.rs b/src/poll.rs index 25ff170f..30a46688 100644 --- a/src/poll.rs +++ b/src/poll.rs @@ -91,7 +91,7 @@ libc_bitflags! { } /// `poll` waits for one of a set of file descriptors to become ready to perform I/O. -/// ([`poll(2)`](http://man7.org/linux/man-pages/man2/poll.2.html)) +/// ([`poll(2)`](http://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html)) /// /// `fds` contains all [`PollFd`](struct.PollFd.html) to poll. /// The function will return as soon as any event occur for any of these `PollFd`s. -- cgit v1.2.3