mem.4: Correct /dev/port group in example

mem.4 mentions that group for /dev/port should be set to 'mem'
However, all other files (/dev/mem and /dev/kmem) use the kmem
group in their examples and on my system /dev/port belongs to
kmem. Hence the 'mem' group was probably a typo:

    edb@lapelidb:~$ cat /etc/group | grep -i mem
    kmem15:
    edb@lapelidb:~$ ls -al /dev/port
    crw-r----- 1 root kmem 1, 4 Jan  2 10:00 /dev/port

Signed-off-by: Elie De Brauwer <eliedebrauwer@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Elie De Brauwer 2015-01-02 14:11:37 +01:00 committed by Michael Kerrisk
parent 0d9096a75f
commit 463f35e1c9
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ It is typically created by:
.sp
mknod \-m 660 /dev/port c 1 4
.br
chown root:mem /dev/port
chown root:kmem /dev/port
.RE
.SH FILES
.I /dev/mem