modify std::os docs to be more consistent
> add intra doc links > add a usage example for the os::windows module
This commit is contained in:
parent
c3c0f80d60
commit
ec34aa61d6
16 changed files with 60 additions and 15 deletions
|
@ -1,4 +1,6 @@
|
|||
//! Linux-specific extensions to primitives in the `std::fs` module.
|
||||
//! Linux-specific extensions to primitives in the [`std::fs`] module.
|
||||
//!
|
||||
//! [`std::fs`]: crate::fs
|
||||
|
||||
#![stable(feature = "metadata_ext", since = "1.1.0")]
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
//! Linux-specific extensions to primitives in the `std::process` module.
|
||||
//! Linux-specific extensions to primitives in the [`std::process`] module.
|
||||
//!
|
||||
//! [`std::process`]: crate::process
|
||||
|
||||
#![unstable(feature = "linux_pidfd", issue = "82971")]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue