Change-Id: Ie51545eaebd22a31379bf8814a2c62b91d1d105b
Reviewed-on: https://go-review.googlesource.com/c/go/+/416934
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
        // the descriptor of the controlling TTY.
        // Unlike Setctty, in this case Ctty must be a descriptor
        // number in the parent process.
-       Foreground   bool
-       Pgid         int            // Child's process group ID if Setpgid.
+       Foreground bool
+       Pgid       int // Child's process group ID if Setpgid.
        // Pdeathsig, if non-zero, is a signal that the kernel will send to
        // the child process when the creating thread dies. Note that the signal
        // is sent on thread termination, which may happen before process termination.