Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 3.41 KB

gpsl2man-print.md

File metadata and controls

58 lines (47 loc) · 3.41 KB
title sub-title layout permalink
GPSLogger II Manual [<i>PRINT-VERSION</i>]
<b><i>-NOT FOR SALE / NOT FOR REPRINT -</i></b>
doc-print
gpsl/docs/9999-print.html

Before you going to print this manual - please considered if this is necessary - save our environment!

shot1{:style="width:55%; display:block; margin-left:auto; margin-right:auto"}


DISCLAIMER

This software is provided AS IS, without a warranty of any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. emacberry.com AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL emacberry.com OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF emacberry.com HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

This software is not designed or intended for use in on-line control of aircraft, air traffic, aircraft navigation or aircraft communications, or in the design, construction, operation, or maintenance of any nuclear facility. This software is not designed or intended for use while operating any motorized vehicle. Licensee represents and warrants that it will not use or redistribute the Software for such purposes.

No guarantee is made for accuracy or reliability for any purpose whatsoever.


Used Symbols

| info | Information | | | Hint / Tip | | | Warning | Caution | Danger | | | Indicates a setting/option in the application settings that needs to be enabled | | | Indicates a setting/option in the application settings that needs to be disabled | | | Indicates a setting/option in the application settings that needs to be checked | | | Indicates a setting/option in the application settings that needs to be un-checked | | | Indicated a setting/option in the application settings where you can select a value from a given list | | | Indicated a setting/option in the application settings that requires a number or text input | | ABC > XYZ | In the application settings/section with the name ABC select item/section/setting XYZ |

Use of metric system for Units

This manual uses the metric system in all descriptive texts and examples. The app supporting different unit formats like: Metric, Imperial (feet & yard) or Nautical and will adopt its behavior to your selection.


{% for doc in site.docs -%} {%- if doc.sub-title -%}

{{ doc.title }}
{{ doc.sub-title }}

{%- else if doc.title -%}

{{ doc.title }}

{%- endif -%}

{{ doc.content | markdownify | replace: 'href="./', 'noref="./' | replace: 'href="#', 'noref="#' }}

--- {% endfor -%}