Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix hal_exit(3) #98

Merged
merged 1 commit into from May 28, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/man/man3/hal_exit.3hal.asciidoc
Expand Up @@ -10,7 +10,7 @@

== NAME

hal_exit -- Shut down HAL
hal_exit -- terminate a component



Expand All @@ -20,15 +20,15 @@ int hal_exit(int __comp_id__)


== ARGUMENTS
.IP __comp_id__
__comp_id__
A HAL component identifier returned by an earlier call to **hal_init**.



== DESCRIPTION
**hal_exit** shuts down and cleans up HAL and RTAPI. It must be
called prior to exit by any module that called **hal_init**.

**hal_exit** terminates a component, and unlinks and removes all
its pins and parameters. It also removes any thread functions currently added to a thread.


== REALTIME CONSIDERATIONS
Expand Down