]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/3/segment
devvga: implement screen tilting, remove panning and overlays
[plan9front.git] / sys / man / 3 / segment
index f5995b67d575b82b31dd4213bae1bbea5515e36b..baafad6cfd765ea73d0f2b72a254b63c6b13f0de 100644 (file)
@@ -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