diff options
author | kvik <kvik@a-b.xyz> | 2020-08-01 16:17:29 +0200 |
---|---|---|
committer | kvik <kvik@a-b.xyz> | 2020-08-01 16:17:29 +0200 |
commit | 0eb81f732044895cf09c763bf5b63a54b29f6461 (patch) | |
tree | e44c8711ec0aa102dfd355a9a2c28d60b66b98db | |
parent | e5894dcceaedeaf7d4f5537dd306170b1b6d4814 (diff) |
mk9660(8): fix reference to proto file format
-rw-r--r-- | sys/man/8/mk9660 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/8/mk9660 b/sys/man/8/mk9660 index ed2d80ab9..ee7a57934 100644 --- a/sys/man/8/mk9660 +++ b/sys/man/8/mk9660 @@ -78,8 +78,8 @@ from the file tree the current directory). The .I proto -file is formatted as described in -.IR mkfs (8). +file format is described in +.IR proto (2). .PP The created CD image will be in ISO-9660 format, but by default the file names will |