1
Fork 0

Remove StdioRaw doc additions, add backticks

This commit is contained in:
Phlosioneer 2018-03-20 07:31:22 -04:00
parent e63b1a0e36
commit 1af952cc49
2 changed files with 1 additions and 10 deletions

View file

@ -30,27 +30,18 @@ thread_local! {
///
/// This handle is not synchronized or buffered in any fashion. Constructed via
/// the `std::io::stdio::stdin_raw` function.
///
/// The size of a StdinRaw struct may vary depending on the target operating
/// system.
struct StdinRaw(stdio::Stdin);
/// A handle to a raw instance of the standard output stream of this process.
///
/// This handle is not synchronized or buffered in any fashion. Constructed via
/// the `std::io::stdio::stdout_raw` function.
///
/// The size of a StdoutRaw struct may vary depending on the target operating
/// system.
struct StdoutRaw(stdio::Stdout);
/// A handle to a raw instance of the standard output stream of this process.
///
/// This handle is not synchronized or buffered in any fashion. Constructed via
/// the `std::io::stdio::stderr_raw` function.
///
/// The size of a StderrRaw struct may vary depending on the target operating
/// system.
struct StderrRaw(stdio::Stderr);
/// Constructs a new raw handle to the standard input of this process.

View file

@ -28,7 +28,7 @@ use slice;
/// as possibly some version-dependent additional information. See [`SocketAddrV4`]'s and
/// [`SocketAddrV6`]'s respective documentation for more details.
///
/// The size of a SocketAddr instance may vary depending on the target operating
/// The size of a `SocketAddr` instance may vary depending on the target operating
/// system.
///
/// [IP address]: ../../std/net/enum.IpAddr.html