]> Cypherpunks.ru repositories - gostls13.git/commit
syscall: improve linux SysProcAttr documentation
authorKir Kolyshkin <kolyshkin@gmail.com>
Sun, 3 Sep 2023 20:49:10 +0000 (13:49 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 7 Sep 2023 19:17:23 +0000 (19:17 +0000)
commit2b46cffe574432bd902e9e20fb00846cc2d2817d
tree09bfb175a6c0bf93d3bb55d660fe07b9c789b61b
parent0bbd273e9714cce3813846802b4c8aeddbb65fe6
syscall: improve linux SysProcAttr documentation

The SysProcAttr is OS-specific anyway, so it makes little sense to say
that some fields are Linux-specific (they all are anyway).

While at it, make sure to use complete sentences (add missing periods).

Change-Id: Ic0afe3920c2561fd9a657f4edab21939a8f56d57
Reviewed-on: https://go-review.googlesource.com/c/go/+/525395
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/syscall/exec_linux.go