]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: use 'pathname' instead of 'path name'
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 20 Apr 2026 01:46:34 +0000 (21:46 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 21 Apr 2026 13:48:14 +0000 (09:48 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
disk-utils/raw.8.adoc
term-utils/agetty.8.adoc
term-utils/setterm.1.adoc

index 3c570eb3e48f74dbf15afeddb69313f208ca79c9..a6c2070cf309d864a3beb4f1d40cce0d69491802 100644 (file)
@@ -24,7 +24,7 @@ raw - bind a Linux raw character device
 
 *raw* is used to bind a Linux raw character device to a block device. Any block device may be used: at the time of binding, the device driver does not even have to be accessible (it may be loaded on demand as a kernel module later).
 
-*raw* is used in two modes: it either sets raw device bindings, or it queries existing bindings. When setting a raw device, _/dev/raw/raw<N>_ is the device name of an existing raw device node in the filesystem. The block device to which it is to be bound can be specified either in terms of its _major_ and _minor_ device numbers, or as a path name _/dev/<blockdev>_ to an existing block device file.
+*raw* is used in two modes: it either sets raw device bindings, or it queries existing bindings. When setting a raw device, _/dev/raw/raw<N>_ is the device name of an existing raw device node in the filesystem. The block device to which it is to be bound can be specified either in terms of its _major_ and _minor_ device numbers, or as a pathname _/dev/<blockdev>_ to an existing block device file.
 
 The bindings already in existence can be queried with the *-q* option, which is used either with a raw device filename to query that one device, or with the *-a* option to query all bound raw devices.
 
index 5e6ab6f3725d92d20c86bf6f274653882a93a487..d8a02141489953749310091b701284089bf9d339 100644 (file)
@@ -35,7 +35,7 @@ This program does not use the _/etc/gettydefs_ (System V) or _/etc/gettytab_ (Su
 == ARGUMENTS
 
 _port_::
-A path name relative to the _/dev_ directory. If a "-" is specified, *agetty* assumes that its standard input is already connected to a tty port and that a connection to a remote user has already been established.
+A pathname relative to the _/dev_ directory. If a "-" is specified, *agetty* assumes that its standard input is already connected to a tty port and that a connection to a remote user has already been established.
 +
 Under System V, a "-" _port_ argument should be preceded by a "--".
 
index 18b29aa66d30e929578abe98df18b14cb94ca0c2..6a1638c4b708d31f1193e5e5ea32909151852643 100644 (file)
@@ -89,7 +89,7 @@ Sets the terminal's rendering options to the default values.
 Writes a snapshot of the virtual console with the given number to the file specified with the *--file* option, overwriting its contents; the default is _screen.dump_. Without an argument, it dumps the current virtual console. This overrides *--append*.
 
 *--file* _filename_::
-Sets the snapshot filename for any *--dump* or *--append* options on the same command line. If this option is not present, the default is _screen.dump_ in the current directory. A path name that exceeds the system maximum will be truncated, see *PATH_MAX* from _linux/limits.h_ for the value.
+Sets the snapshot filename for any *--dump* or *--append* options on the same command line. If this option is not present, the default is _screen.dump_ in the current directory. A pathname that exceeds the system maximum will be truncated, see *PATH_MAX* from _linux/limits.h_ for the value.
 
 *--foreground* __8-color__|**default**::
 Sets the foreground text color.