Add getpass to the fun
[misc] / getpass.1
diff --git a/getpass.1 b/getpass.1
new file mode 100644 (file)
index 0000000..bb00343
--- /dev/null
+++ b/getpass.1
@@ -0,0 +1,15 @@
+.TH getpass 1 "1 April 2008"
+.SH NAME
+getpass \- read a secret string from the user
+.SH SYNOPSIS
+.B getpass
+.RI [ prompt ]
+.SH DESCRIPTION
+The
+.B getpass
+program reads a message from the user without echoing it to the terminal,
+and writes the message to standard output.
+.SH SEE ALSO
+.BR getpass (3).
+.SH AUTHOR
+Mark Wooding <mdw@distorted.org.uk>