diff options
author | John Thornton <jthornton@gnipsel.com> | 2012-01-27 07:02:09 -0600 |
---|---|---|
committer | John Thornton <jthornton@gnipsel.com> | 2012-01-27 07:02:25 -0600 |
commit | d4ff1bf165a3f206336ce3c56299c660a17b281c (patch) | |
tree | 1d8be7316aee74ce9cc1b9d2a81a4725eb8d471f | |
parent | 731aa37e55e481b980dd3aa600a4878e0a9ab715 (diff) | |
download | linuxcnc-d4ff1bf165a3f206336ce3c56299c660a17b281c.tar.gz linuxcnc-d4ff1bf165a3f206336ce3c56299c660a17b281c.zip |
Docs: re-branding
Signed-off-by: John Thornton <jthornton@gnipsel.com>
-rw-r--r-- | docs/man/man3/intro.3hal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/man3/intro.3hal b/docs/man/man3/intro.3hal index 7aa74ab2f..f76f6e603 100644 --- a/docs/man/man3/intro.3hal +++ b/docs/man/man3/intro.3hal @@ -5,7 +5,7 @@ hal \- Introduction to the HAL API .SH DESCRIPTION -HAL stands for Hardware Abstraction Layer, and is used by EMC to transfer +HAL stands for Hardware Abstraction Layer, and is used by LinuxCNC to transfer realtime data to and from I/O devices and other low-level modules. \fBhal.h\fR defines the API and data structures used by the HAL. This file is |