mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
documentation should be descriptive not prescriptive
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// This file is automatically generated, DO NOT edit it manually.
|
||||
// See tools/generate_linux_syscalls.zig for more info.
|
||||
// This file is automatically generated by tools/generate_linux_syscalls.zig
|
||||
// This list current as of kernel: 6.18.2
|
||||
|
||||
pub const X86 = enum(usize) {
|
||||
|
||||
@@ -212,8 +212,7 @@ pub fn main(init: std.process.Init) !void {
|
||||
};
|
||||
|
||||
try Io.Writer.print(stdout,
|
||||
\\// This file is automatically generated, DO NOT edit it manually.
|
||||
\\// See tools/generate_linux_syscalls.zig for more info.
|
||||
\\// This file is automatically generated by tools/generate_linux_syscalls.zig
|
||||
\\// This list current as of kernel: {f}
|
||||
\\
|
||||
\\
|
||||
|
||||
Reference in New Issue
Block a user