Change switches table to @deffn
This commit is contained in:
parent
e03954c79f
commit
220174641a
1 changed files with 4 additions and 4 deletions
|
@ -168,10 +168,10 @@ provides help for that command.
|
||||||
Shows the version of CLark.
|
Shows the version of CLark.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
There is also one command-line switch:
|
There is also one command-line switch. Switches can be used with
|
||||||
|
either @samp{-} or @samp{--}:
|
||||||
|
|
||||||
@table @samp
|
@deffn Switch script
|
||||||
@item --script
|
|
||||||
Causes the output of some commands to become more geared towards other
|
Causes the output of some commands to become more geared towards other
|
||||||
programs, not using newlines and indentation but instead using the
|
programs, not using newlines and indentation but instead using the
|
||||||
unit separator (@code{^_}) and record separator (@code{^^})
|
unit separator (@code{^_}) and record separator (@code{^^})
|
||||||
|
@ -180,7 +180,7 @@ data sent to them.
|
||||||
|
|
||||||
The commands currently affected by this are @samp{search} and the
|
The commands currently affected by this are @samp{search} and the
|
||||||
default behavior when no commands are passed to CLark.
|
default behavior when no commands are passed to CLark.
|
||||||
@end table
|
@end deffn
|
||||||
|
|
||||||
@node Customization, Interaction, Usage, Top
|
@node Customization, Interaction, Usage, Top
|
||||||
@chapter Customizing CLark
|
@chapter Customizing CLark
|
||||||
|
|
Loading…
Reference in a new issue