mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
d2efd0151f
Not all builtins are represented here. Some information (such as a dependancy on the 31/ prefix) is probably out of date, too.
18 lines
415 B
Groff
18 lines
415 B
Groff
.TH EXIT 1 "31 August 1996" GNO "Commands and Applications"
|
|
.SH NAME
|
|
.LP
|
|
exit \- terminate process (gsh builtin)
|
|
.SH SYNOPSIS
|
|
.LP
|
|
exit
|
|
.SH DESCRIPTION
|
|
.LP
|
|
.B exit
|
|
causes the current shell to terminate.
|
|
.LP
|
|
If you receive the message
|
|
.B "You have stopped jobs."
|
|
You have attempted to exit the shell with stopped jobs under job control.
|
|
An immediate second attempt to exit will succeed, terminating
|
|
the stopped jobs.
|