From 1802b7b7b8d5e3d6754da9468e22942a8c29982b Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Sun, 2 Apr 2006 00:15:15 +0000 Subject: [PATCH] fixed typo in mmap example --- doc/vm.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vm.texi b/doc/vm.texi index 6176bbd..8afc49c 100644 --- a/doc/vm.texi +++ b/doc/vm.texi @@ -713,7 +713,7 @@ with the file mapped into your address space, you can directly address it like so: @example -write (addr, 64, STDOUT_FILENO); +write (STDOUT_FILENO, addr, 64); @end example Similarly, if you wanted to replace the first byte of the file, -- 2.30.2