Skip to content

Commit

Permalink
Update ae.xml - adjust to show can be used without arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbaker22 committed Sep 13, 2024
1 parent b0707c8 commit f043d5c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/docbook/system/mann/ae.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
<refnamediv xml:id="name">
<refname>ae</refname>
<refpurpose>Sets the view orientation for the <emphasis>mged</emphasis> display
by rotating the eye position about the center of the viewing cube.
by rotating the eye point about the center of the viewing cube. Without arguments,
returns the current azimuth, elevation, and twist.
</refpurpose>
</refnamediv>

<!-- body begins here -->
<refsynopsisdiv xml:id="synopsis">
<cmdsynopsis sepchar=" ">
<command>ae</command>
<arg choice="opt" rep="norepeat">
<arg choice="opt" rep="norepeat">-i</arg>
<arg choice="req" rep="norepeat"><replaceable>azimuth</replaceable></arg>
<arg choice="req" rep="norepeat"><replaceable>elevation</replaceable></arg>
<arg choice="opt" rep="norepeat"><replaceable>twist</replaceable></arg>
<arg choice="opt" rep="norepeat"><replaceable>azimuth elevation</replaceable></arg>
<arg choice="opt" rep="norepeat"><replaceable>twist</replaceable></arg></arg>
</cmdsynopsis>
</refsynopsisdiv>

Expand Down

0 comments on commit f043d5c

Please sign in to comment.