From 66b9196f77442ba8a2cbb1396c7640fd4176c4eb Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 8 Feb 2019 22:28:20 +0100 Subject: [PATCH] segment(3): use bind -c in examples (thanks henesy) --- sys/man/3/segment | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/man/3/segment b/sys/man/3/segment index f5995b67d..baafad6cf 100644 --- a/sys/man/3/segment +++ b/sys/man/3/segment @@ -3,7 +3,7 @@ segment \- long lived memory segments .SH SYNOPSIS .nf -.B bind '#g' /mnt/segment +.B bind -c '#g' /mnt/segment .BI #g/ seg1 .BI #g/ seg1 /ctl @@ -110,7 +110,7 @@ with mode ORDWR. .PP Create a one megabyte segment at address 0x10000000: .EX - % bind '#g' /mnt/segment + % bind -c '#g' /mnt/segment % mkdir /mnt/segment/example % echo 'va 0x10000000 0x100000' > /mnt/segment/example/ctl .EE