Index: trunk/doc/user/09_appendix/action_details.html =================================================================== --- trunk/doc/user/09_appendix/action_details.html (revision 20638) +++ trunk/doc/user/09_appendix/action_details.html (revision 20639) @@ -1216,6 +1216,10 @@ +

rn

+

+If no filename is given a file select box will pop up. +

rotate90

Rotates the object under the mouse pointer by 90 degree Index: trunk/doc/user/09_appendix/action_src/rn.html =================================================================== --- trunk/doc/user/09_appendix/action_src/rn.html (nonexistent) +++ trunk/doc/user/09_appendix/action_src/rn.html (revision 20639) @@ -0,0 +1 @@ +If no filename is given a file select box will pop up. Index: trunk/src_plugins/shand_cmd/command.c =================================================================== --- trunk/src_plugins/shand_cmd/command.c (revision 20638) +++ trunk/src_plugins/shand_cmd/command.c (revision 20639) @@ -156,21 +156,7 @@ static const char pcb_acts_LoadNetlist[] = "rn [name]"; static const char pcb_acth_LoadNetlist[] = "Reads netlist."; - -/* %start-doc actions rn - -If no filename is given a file select box will pop up. The file is -read via the command defined by the @emph{Ratpcb_act_} resource. The -command must send its output to @emph{stdout}. - -Netlists are used for generating rat's nests (see @ref{Rats Nest}) and -for verifying the board layout (which is also accomplished by the -@emph{Ratsnest} command). - -@colonaction - -%end-doc */ - +/* DOC: rn.html */ static fgw_error_t pcb_act_LoadNetlist(fgw_arg_t *res, int argc, fgw_arg_t *argv) { const char *filename;