diff options
| author | Richard Brooksby | 2002-06-07 16:47:14 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2002-06-07 16:47:14 +0100 |
| commit | 97075f705350901f5ff46387f658ab459a4cd73f (patch) | |
| tree | 4349ad5e7200f072a800f48749d57f3625757e7e /mps/code/vmso.c | |
| parent | 8b990e4858b6f6d735de07a241b1785702bb16e7 (diff) | |
| download | emacs-97075f705350901f5ff46387f658ab459a4cd73f.tar.gz emacs-97075f705350901f5ff46387f658ab459a4cd73f.zip | |
Updating cross references to design documents to html style, to go with master/design document tree.
Copied from Perforce
Change: 29897
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/vmso.c')
| -rw-r--r-- | mps/code/vmso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/vmso.c b/mps/code/vmso.c index f3d1059cb18..2329a034318 100644 --- a/mps/code/vmso.c +++ b/mps/code/vmso.c | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | * | 5 | * |
| 6 | * DESIGN | 6 | * DESIGN |
| 7 | * | 7 | * |
| 8 | * .design: design.mps.vmso | 8 | * .design: <design/vmso/> |
| 9 | * | 9 | * |
| 10 | * PURPOSE | 10 | * PURPOSE |
| 11 | * | 11 | * |
| @@ -68,7 +68,7 @@ extern int munmap(caddr_t addr, size_t len); | |||
| 68 | 68 | ||
| 69 | /* The names of zero_fd and none_fd are transgressions, see .fildes.name */ | 69 | /* The names of zero_fd and none_fd are transgressions, see .fildes.name */ |
| 70 | typedef struct VMStruct { | 70 | typedef struct VMStruct { |
| 71 | Sig sig; /* design.mps.sig */ | 71 | Sig sig; /* <design/sig/> */ |
| 72 | int zero_fd; /* fildes for mmap */ | 72 | int zero_fd; /* fildes for mmap */ |
| 73 | int none_fd; /* fildes for mmap */ | 73 | int none_fd; /* fildes for mmap */ |
| 74 | Align align; /* page size */ | 74 | Align align; /* page size */ |