summaryrefslogtreecommitdiff
path: root/deg.man
diff options
context:
space:
mode:
Diffstat (limited to 'deg.man')
-rw-r--r--deg.man27
1 files changed, 27 insertions, 0 deletions
diff --git a/deg.man b/deg.man
new file mode 100644
index 0000000..ee5706d
--- /dev/null
+++ b/deg.man
@@ -0,0 +1,27 @@
+.TH DEG 1
+.SH NAME
+deg \- degree format converter
+.SH SYNOPSIS
+.B conv/deg
+.I degrees
+.SH DESCRIPTION
+.I Deg
+is a format converter that translates from decimal to
+sexagesimal
+.B degrees
+and vice versa.
+.SH EXAMPLES
+.IP
+.EX
+% conv/deg 25.243294234
+25°14'35.8592"
+
+% conv/deg 25°14''''35.8592"
+25.2433°
+.EE
+.SH SOURCE
+.B /sys/src/cmd/conv
+.SH NOTES
+Beware of
+.IR rc(1) 's
+quoting behavior.