fd.4, initrd.4, pts.4, tty.4, vcs.4: spfix: Use `user:group' instead of `user.group'

The `:' is aligned with the traditional format of the widely used
command-line utility `chown'.

Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Witten 2019-03-01 10:52:06 +01:00 committed by Michael Kerrisk
parent 5f3523f8ea
commit 6f5b156bc9
5 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ fd \- floppy disk device
Floppy drives are block devices with major number 2.
Typically they
are owned by
.I root.floppy
root:floppy
(i.e., user root, group floppy) and have
either mode 0660 (access checking via group membership) or mode 0666
(everybody has access).

View File

@ -42,7 +42,7 @@ major number 1 and minor number 250.
Typically
.I /dev/initrd
is owned by
.I root.disk
root:disk
with mode 0400 (read access by root only).
If the Linux system does not have
.I /dev/initrd

View File

@ -12,7 +12,7 @@ ptmx, pts \- pseudoterminal master and slave
The file
.I /dev/ptmx
is a character file with major number 5 and
minor number 2, usually of mode 0666 and owner.group of root.root.
minor number 2, usually with mode 0666 and ownership root:root.
It is used to create a pseudoterminal master and slave pair.
.PP
When a process opens

View File

@ -32,7 +32,7 @@ tty \- controlling terminal
The file
.I /dev/tty
is a character file with major number 5 and
minor number 0, usually of mode 0666 and owner.group root.tty.
minor number 0, usually with mode 0666 and ownership root:tty.
It is a synonym for the controlling terminal of a process, if any.
.PP
In addition to the

View File

@ -32,14 +32,14 @@ vcs, vcsa \- virtual console memory
.SH DESCRIPTION
.I /dev/vcs0
is a character device with major number 7 and minor number
0, usually of mode 0644 and owner root.tty.
0, usually with mode 0644 and ownership root:tty.
It refers to the memory of the currently
displayed virtual console terminal.
.PP
.I /dev/vcs[1\-63]
are character devices for virtual console
terminals, they have major number 7 and minor number 1 to 63, usually
mode 0644 and owner root.tty.
mode 0644 and ownership root:tty.
.IR /dev/vcsa[0\-63]
are the same, but
using