diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-03-30 00:02:19 -0400 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2019-04-02 16:11:35 -0700 |
commit | 0fa497a567ba0b387f4b42035a3894dca37018f5 (patch) | |
tree | ce991472e193ed3a661f9efe5536256202142297 /cmd/parse-syscall-annotations/main.go | |
parent | 009f45da3bc2d6c66e597e56f02aa32f4ffb8d2b (diff) |
Update syscall ref doc generator
Diffstat (limited to 'cmd/parse-syscall-annotations/main.go')
-rw-r--r-- | cmd/parse-syscall-annotations/main.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/parse-syscall-annotations/main.go b/cmd/parse-syscall-annotations/main.go index 0b7954a6c..3f8a85ae5 100644 --- a/cmd/parse-syscall-annotations/main.go +++ b/cmd/parse-syscall-annotations/main.go @@ -59,14 +59,14 @@ var ( r2 *regexp.Regexp mdTemplate = template.Must(template.New("name").Parse(`+++ -title = "Syscall Reference" -description = "Syscall Compatibility Reference Documentation" +title = "AMD64" +description = "Syscall Compatibility Reference Documentation for AMD64" weight = 10 +++ -This table is a reference of Linux syscalls and their compatibility status in -gVisor. gVisor does not support all syscalls and some syscalls may have a -partial implementation. +This table is a reference of Linux syscalls for the AMD64 architecture and +their compatibility status in gVisor. gVisor does not support all syscalls and +some syscalls may have a partial implementation. Of {{ .Total }} syscalls, {{ .Implemented }} syscalls have a full or partial implementation. There are currently {{ .Unimplemented }} unimplemented |