From 5c60b2da59a76bb86f8ca51b0f35995b5c2538bd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 3 Aug 2023 17:50:59 +0200 Subject: Reword “stderr” as “the standard error” MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 685c023..8726de5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ #[doc(hidden)] pub use std::{env, process}; -/// Print a diagnostic message to stderr and exit with a given code. +/// Print a diagnostic message to the standard error and exit with a given code. /// /// This macro is analagous to the BSD [`errx(3)`] C function. It takes at a /// minimum two arguments. The first argument is the code with passed to @@ -80,7 +80,7 @@ macro_rules! err { } } -/// Print a diagnostic message to stderr +/// Print a diagnostic message to the standard error. /// /// This macro is analagous to the BSD [`warnx(3)`] C function. It takes the /// same arguments one would pass to a macro like [`println!`]. In fact, the -- cgit v1.2.3