authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-02 19:08:15-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2026-01-04 00:27:08-08:00
logd97e4ca0d1de34c8987e675b4d61312e42a1d984
tree8d77acf40453e2006678bb61461c7942fabeb246
parent77087f6f316e16cf374339750f7a5446c18d000d

documentation should be descriptive not prescriptive


2 files changed, 2 insertions(+), 4 deletions(-)

lib/std/os/linux/syscalls.zig+1-2
...@@ -1,5 +1,4 @@...@@ -1,5 +1,4 @@
1// This file is automatically generated, DO NOT edit it manually.1// This file is automatically generated by tools/generate_linux_syscalls.zig
2// See tools/generate_linux_syscalls.zig for more info.
3// This list current as of kernel: 6.18.22// This list current as of kernel: 6.18.2
43
5pub const X86 = enum(usize) {4pub const X86 = enum(usize) {
tools/generate_linux_syscalls.zig+1-2
...@@ -212,8 +212,7 @@ pub fn main(init: std.process.Init) !void {...@@ -212,8 +212,7 @@ pub fn main(init: std.process.Init) !void {
212 };212 };
213213
214 try Io.Writer.print(stdout,214 try Io.Writer.print(stdout,
215 \\// This file is automatically generated, DO NOT edit it manually.215 \\// This file is automatically generated by tools/generate_linux_syscalls.zig
216 \\// See tools/generate_linux_syscalls.zig for more info.
217 \\// This list current as of kernel: {f}216 \\// This list current as of kernel: {f}
218 \\217 \\
219 \\218 \\