17016fc5ae
-- New version pointed out by: John Kerbawy <john@maKintosh.com>
76 lines
2.8 KiB
Plaintext
76 lines
2.8 KiB
Plaintext
$OpenBSD: patch-doc_screen_1,v 1.2 2002/09/18 13:25:13 brad Exp $
|
|
--- doc/screen.1.orig Thu Sep 5 08:08:06 2002
|
|
+++ doc/screen.1 Tue Sep 17 23:16:48 2002
|
|
@@ -99,7 +99,7 @@ create the new window.
|
|
The above example would start the emacs editor (editing prog.c) and switch
|
|
to its window.
|
|
.PP
|
|
-If \*Q/etc/utmp\*U is writable by
|
|
+If \*Q/var/run/utmp\*U is writable by
|
|
.IR screen ,
|
|
an appropriate record will be written to this file for each window, and
|
|
removed when the window is terminated.
|
|
@@ -228,7 +228,7 @@ See the \*Qdefflow\*U .screenrc command
|
|
The use of this option is discouraged.
|
|
.TP 5
|
|
.BR \-l " and " \-ln
|
|
-turns login mode on or off (for /etc/utmp updating).
|
|
+turns login mode on or off (for /var/run/utmp updating).
|
|
This can also be defined through the \*Qdeflogin\*U .screenrc command.
|
|
.TP 5
|
|
.BR \-ls " and " \-list
|
|
@@ -589,7 +589,7 @@ in the environment variable $SCREENDIR.
|
|
When
|
|
.I screen
|
|
is invoked, it executes initialization commands from the files
|
|
-\*Q/usr/local/etc/screenrc\*U and
|
|
+\*Q!!sysconfdir!!/screenrc\*U and
|
|
\*Q.screenrc\*U in the user's home directory. These are the \*Qprogrammer's
|
|
defaults\*U that can be overridden in the following ways: for the
|
|
global screenrc file
|
|
@@ -1610,7 +1610,7 @@ and then compile the entry with
|
|
The echo command may be used to annoy
|
|
.I screen
|
|
users with a 'message of the
|
|
-day'. Typically installed in a global /local/etc/screenrc.
|
|
+day'. Typically installed in a global !!sysconfdir!!/screenrc.
|
|
The option \*Q-n\*U may be used to suppress the line feed.
|
|
See also \*Qsleep\*U.
|
|
Echo is also useful for online checking of environment variables.
|
|
@@ -4298,12 +4298,12 @@ Examples in the
|
|
.I screen
|
|
distribution package for private and global initialization files.
|
|
.IP $SYSSCREENRC
|
|
-.IP /usr/local/etc/screenrc
|
|
+.IP !!sysconfdir!!/screenrc
|
|
.I screen
|
|
initialization commands
|
|
.IP $SCREENRC
|
|
.IP $HOME/.screenrc
|
|
-Read in after /usr/local/etc/screenrc
|
|
+Read in after !!sysconfdir!!/screenrc
|
|
.IP $SCREENDIR/S-<login>
|
|
.IP /local/screens/S-<login>
|
|
Socket directories (default)
|
|
@@ -4324,7 +4324,7 @@ Output log files created by the log func
|
|
or
|
|
.IP /etc/termcap
|
|
Terminal capability databases
|
|
-.IP /etc/utmp
|
|
+.IP /var/run/utmp
|
|
Login records
|
|
.IP $LOCKPRG
|
|
Program that locks a terminal.
|
|
@@ -4437,9 +4437,9 @@ does not make use of hardware tabs.
|
|
must be installed as set-uid with owner root on most systems in order
|
|
to be able to correctly change the owner of the tty device file for
|
|
each window.
|
|
-Special permission may also be required to write the file \*Q/etc/utmp\*U.
|
|
+Special permission may also be required to write the file \*Q/var/run/utmp\*U.
|
|
.IP \(bu
|
|
-Entries in \*Q/etc/utmp\*U are not removed when
|
|
+Entries in \*Q/var/run/utmp\*U are not removed when
|
|
.I screen
|
|
is killed with SIGKILL.
|
|
This will cause some programs (like "w" or "rwho")
|