@@ -83,30 +83,29 @@ Extra arguments passed to the linker.
8383*halcompile* performs many different functions:
8484
8585* Compile *.comp* and *.c* files into *.so* or *.ko* HAL realtime
86- components (the *--compile* flag)
87- * Compile *.comp* and *.c* files into HAL non-realtime components (the
88- *--compile --userspace* flag)
86+ components (the *--compile* flag)
87+ * Compile *.comp* and *.c* files into HAL non-realtime components
88+ (the *--compile --userspace* flag)
8989* Preprocess *.comp* files into *.c* files (the *--preprocess* flag)
9090* Extract documentation from *.comp* files into asciidoc or manpage
91- section *1* or *9* files (the *--adoc* and *--document* flags)
92- * Display documentation from *.comp* files onscreen (the *--view-doc*
93- flag)
91+ section *1* or *9* files (the *--adoc* and *--document* flags)
92+ * Display documentation from *.comp* files onscreen (the *--view-doc* flag)
9493* Compile and install *.comp* and *.c* files into the proper directory
95- for HAL realtime components (the *--install* flag), which may require
96- _sudo_ to write to system directories.
94+ for HAL realtime components (the *--install* flag),
95+ which may require _sudo_ to write to system directories.
9796* Install *.c* and *.py* files into the proper directory for HAL
98- non-realtime components (the *--install* *--userspace* flag), which may
99- require _sudo_ to write to system directories.
97+ non-realtime components (the *--install* *--userspace* flag), which may
98+ require _sudo_ to write to system directories.
10099* Extract documentation from *.comp* files into *.1* or *.9* manpage
101- files in the proper system directory (the *--install* flag), which may
102- require _sudo_ to write to system directories.
100+ files in the proper system directory (the *--install* flag), which may
101+ require _sudo_ to write to system directories.
103102* Preprocess *.comp* files into *.c* files (the *--preprocess* flag)
104103
105104== SEE ALSO
106105
107- _Halcompile HAL Component Generator_ in the LinuxCNC documentation for a
108- full description of the *.comp* syntax, along with examples
106+ * _Halcompile HAL Component Generator_ in the LinuxCNC documentation for a
107+ full description of the *.comp* syntax, along with examples
109108
110- *pydoc, HAL* and _Creating Non-realtime Python Components_ in the
111- LinuxCNC documentation for documentation on the Python interface to HAL
112- components
109+ * * pydoc, HAL* and _Creating Non-realtime Python Components_ in the
110+ LinuxCNC documentation for documentation on the Python interface to HAL
111+ components
0 commit comments