mkfifo, stty, printenv: clarify header (#19790)

This commit is contained in:
Managor
2025-12-08 05:55:57 +02:00
committed by GitHub
parent ca848ef372
commit f242ee0b48
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# mkfifo
> Make FIFOs (named pipes).
> Make named pipes, also known as First In First Out (FIFO).
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/mkfifo-invocation.html>.
- Create a named pipe at a given path:
+1 -1
View File
@@ -1,6 +1,6 @@
# printenv
> Print values of all or environment variables.
> Print values of environment variables.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/printenv-invocation.html>.
- Display key-value pairs of all environment variables:
+1 -1
View File
@@ -1,6 +1,6 @@
# stty
> Set options for a terminal device interface.
> Set or get options for a terminal device interface.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/stty-invocation.html>.
- Display current terminal size: