Update syscall ref doc generator

This commit is contained in:
Ian Lewis
2019-04-02 16:11:35 -07:00
committed by Adin Scannell
parent 009f45da3b
commit 0fa497a567
2 changed files with 13 additions and 10 deletions
+5 -5
View File
@@ -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
@@ -1,13 +1,16 @@
+++
title = "AMD64"
description = "Syscall Compatibility Reference Documentation for AMD64"
weight = 10
+++
This table is a reference of Linux syscalls for AMD64 and their compatibility
status in gVisor. gVisor does not support all syscalls and some syscalls may
have a partial implementation.
Of 329 syscalls, 47 syscalls have a full or partial implementation. There are
currently 51 unimplemented syscalls. 231 syscalls are not yet documented.
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 329 syscalls, 47 syscalls have a full or partial
implementation. There are currently 51 unimplemented
syscalls. 231 syscalls are not yet documented.
<table>
<thead>