From: Michael Witten Date: Fri, 1 Mar 2019 09:52:06 +0000 (+0100) Subject: fd.4, initrd.4, pts.4, tty.4, vcs.4: spfix: Use `user:group' instead of `user.group' X-Git-Tag: man-pages-5.00~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f5b156bc9d9fe86c042f3489e78a7197150a070;p=thirdparty%2Fman-pages.git 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 Signed-off-by: Michael Kerrisk --- diff --git a/man4/fd.4 b/man4/fd.4 index 06bddd0141..f882aae75f 100644 --- a/man4/fd.4 +++ b/man4/fd.4 @@ -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). diff --git a/man4/initrd.4 b/man4/initrd.4 index 64707da77c..f6e337937a 100644 --- a/man4/initrd.4 +++ b/man4/initrd.4 @@ -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 diff --git a/man4/pts.4 b/man4/pts.4 index fa3ea60c09..93a97ad736 100644 --- a/man4/pts.4 +++ b/man4/pts.4 @@ -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 diff --git a/man4/tty.4 b/man4/tty.4 index 9429477076..1ba1ff22bc 100644 --- a/man4/tty.4 +++ b/man4/tty.4 @@ -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 diff --git a/man4/vcs.4 b/man4/vcs.4 index 34a64c8f8b..290d6e3b85 100644 --- a/man4/vcs.4 +++ b/man4/vcs.4 @@ -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