summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>2000-09-26 17:18:28 +0000
committerjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>2000-09-26 17:18:28 +0000
commitba22329e9582751e89c2475efd6d80f1ad395132 (patch)
treee403f21d9e2aff89e30a2c93670176152d780895 /doc
parent8738e3a4b0caba81eb26c8cf00d2cb59ac3436f6 (diff)
* Patch from Jan Rafaj <Jan.Rafaj@cedric.vabo.cz> to make it
open the actual tty, not /dev/tty, if a pdmenurc file is read on stdin. The issue is that if /dev/tty is used, child processes use it for stdin/out, which, while it should work ok, can yeild confusing behavior if you're playing around with ttyname().
Diffstat (limited to 'doc')
-rw-r--r--doc/pdmenu.man6
-rw-r--r--doc/pdmenurc.man6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/pdmenu.man b/doc/pdmenu.man
index c0b2f8a..6dea152 100644
--- a/doc/pdmenu.man
+++ b/doc/pdmenu.man
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH PDMENU 1 "May 08 2000" "1.2.60" "Commands"
+.TH PDMENU 1 "September 26 2000" "1.2.65" "Commands"
.SH NAME
pdmenu \- simple full screen menu program
.SH SYNOPSIS
@@ -115,7 +115,7 @@ If menufile is "-", pdmenu will read standard input as a menu file.
To use the mouse to cut and paste as usual, hold down on the shift key when
you use the mouse.
.SH FILES
-.I /usr/local/etc/pdmenurc
+.I /etc/pdmenurc
.RS
Default config file. See
.BR pdmenurc (5)
@@ -123,7 +123,7 @@ for details.
.RE
.I ~/.pdmenurc
.RS
-If this exists, it overrides /usr/local/etc/pdmenurc. See
+If this exists, it overrides /etc/pdmenurc. See
.BR pdmenurc (5)
for details.
.SH ENVIRONMENT
diff --git a/doc/pdmenurc.man b/doc/pdmenurc.man
index b97f4a9..38175e7 100644
--- a/doc/pdmenurc.man
+++ b/doc/pdmenurc.man
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH PDMENURC 5 "May 08 2000" "pdmenu" "File formats"
+.TH PDMENURC 5 "September 26 2000" "pdmenu" "File formats"
.SH NAME
pdmenurc \- menu definitions file for pdmenu
.SH SYNOPSIS
@@ -432,13 +432,13 @@ If you want the ':' character to appear in a field, you may escape out
the ':' character by placing '\\' before it. You don't need to do this if
the field is the last field in a line.
.SH FILES
-.I /usr/local/etc/pdmenurc
+.I /etc/pdmenurc
.RS
Default config file.
.RE
.I ~/.pdmenurc
.RS
-If this exists, it overrides /usr/local/etc/pdmenurc.
+If this exists, it overrides /etc/pdmenurc.
.SH AUTHOR
Joey Hess, <joey@kitenet.net>.
.SH "SEE ALSO"