Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/gui/qtvcp-widgets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ Enter any of these _case sensitive_ commands to load the respective program or a
*`CLEAR HISTORY`*::
_Clears the MDI History_.
*`net`*::
See link:../man/man1/halcmd.1.html#COMMANDS[`halcmd net` commands]. +
See link:../man/man1/halcmd.1.html#_commands[`halcmd net` commands]. +
An error will result if the command is unsuccessful.
* _Syntax_: `net <signal name> <pin name>`
* __Example__: `net plasmac:jog-inhibit motion.jog-stop`
Expand Down
6 changes: 3 additions & 3 deletions docs/src/man/man1/linuxcncrsh.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ The supported commands are as follows:

*get* _<subcommand>_ [_<parameters>_]::
The 'GET' command takes one of the LinuxCNC sub-commands
(see link:#_linuxcnc_subcommands[*SUBCOMMANDS*] below) and zero or
(see link:#_subcommands[*SUBCOMMANDS*] below) and zero or
more additional subcommand-specific parameters.

*set* _<subcommand>_ [_<parameters>_]::
The 'SET' command takes one of the LinuxCNC sub-commands
(see link:#_linuxcnc_subcommands[*SUBCOMMANDS*] below) and zero or
(see link:#_subcommands[*SUBCOMMANDS*] below) and zero or
more additional parameters.

*quit*::
Expand All @@ -164,7 +164,7 @@ The supported commands are as follows:
The 'SHUTDOWN' command tells LinuxCNC to shutdown and disconnect the
session. This command may only be issued if the 'HELLO' has been
successfully negotiated and the connection has control of the CNC
(see 'SET ENABLE' sub-command in the link:#_linuxcnc_subcommands[*SUBCOMMANDS*]
(see 'SET ENABLE' sub-command in the link:#_subcommands[*SUBCOMMANDS*]
section below).
+
Note that LinuxCNC will only shutdown automatically if *linuxcncrsh*
Expand Down
Loading