From 0fa497a567ba0b387f4b42035a3894dca37018f5 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Sat, 30 Mar 2019 00:02:19 -0400 Subject: Update syscall ref doc generator --- cmd/parse-syscall-annotations/main.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cmd/parse-syscall-annotations') 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 -- cgit v1.2.3