]> git.pld-linux.org Git - packages/screen.git/blob - screen-manual.patch
- unify @direntry formatting (description at 41st column)
[packages/screen.git] / screen-manual.patch
1 --- screen-4.2.1/doc/screen.1.orig      2014-04-28 00:10:01.000000000 +0200
2 +++ screen-4.2.1/doc/screen.1   2014-07-20 09:45:37.959175974 +0200
3 @@ -103,7 +103,7 @@
4  the invoking shell to the application (emacs in this case), because it is
5  forked from the parent screen process, not from the invoking shell.
6  .PP
7 -If \*Q/etc/utmp\*U is writable by
8 +If \*Q/var/run/utmp\*U is writable by
9  .IR screen ,
10  an appropriate record will be written to this file for each window, and
11  removed when the window is terminated.
12 @@ -232,7 +232,7 @@
13  The use of this option is discouraged.
14  .TP 5
15  .BR \-l " and " \-ln
16 -turns login mode on or off (for /etc/utmp updating).
17 +turns login mode on or off (for /var/run/utmp updating).
18  This can also be defined through the \*Qdeflogin\*U .screenrc command.
19  .TP 5
20  .BR \-ls " [" \fImatch ]
21 @@ -625,7 +625,7 @@
22  
23  .SH CUSTOMIZATION
24  The \*Qsocket directory\*U defaults either to $HOME/.screen or simply to
25 -/tmp/screens or preferably to /usr/local/screens chosen at compile-time. If
26 +/tmp/screens. If
27  .I screen
28  is installed setuid-root, then the administrator
29  should compile
30 @@ -638,7 +638,7 @@
31  When
32  .I screen
33  is invoked, it executes initialization commands from the files
34 -\*Q/usr/local/etc/screenrc\*U and
35 +\*Q/etc/screenrc\*U and
36  \*Q.screenrc\*U in the user's home directory. These are the \*Qprogrammer's
37  defaults\*U that can be overridden in the following ways: for the
38  global screenrc file 
39 @@ -1845,7 +1845,7 @@
40  The echo command may be used to annoy 
41  .I screen
42  users with a 'message of the
43 -day'. Typically installed in a global /local/etc/screenrc. 
44 +day'. Typically installed in a global etc/screenrc. 
45  The option \*Q\-n\*U may be used to suppress the line feed.
46  See also \*Qsleep\*U.
47  Echo is also useful for online checking of environment variables.
48 @@ -2397,7 +2397,7 @@
49  .B lockscreen
50  .PP
51  Lock this display.
52 -Call a screenlock program (/local/bin/lck or /usr/bin/lock or a builtin if no
53 +Call a screenlock program (/usr/bin/lock or a builtin if no
54  other is available). Screen does not accept any command keys until this program
55  terminates. Meanwhile processes in the windows may continue, as the windows 
56  are in the `detached' state. The screenlock program may be changed through the
57 @@ -4857,20 +4857,18 @@
58  .I screen
59  distribution package for private and global initialization files.
60  .IP $SYSSCREENRC 
61 -.IP /usr/local/etc/screenrc
62 +.IP /etc/screenrc
63  .I screen
64  initialization commands
65  .IP $SCREENRC
66  .IP $HOME/.screenrc
67 -Read in after /usr/local/etc/screenrc
68 +Read in after /etc/screenrc
69  .IP $SCREENDIR/S\-<login>
70 -.IP /local/screens/S\-<login>
71 +.IP /tmp/screens/S\-<login>
72  Socket directories (default)
73 -.IP /usr/tmp/screens/S\-<login>
74 -Alternate socket directories.
75  .IP "<socket directory>/.termcap"
76  Written by the "termcap" output function
77 -.IP /usr/tmp/screens/screen\-exchange
78 +.IP /tmp/screens/screen\-exchange
79  or
80  .IP /tmp/screen\-exchange
81  .I screen
82 @@ -4879,11 +4877,9 @@
83  Screen images created by the hardcopy function
84  .IP screenlog.[0-9]
85  Output log files created by the log function
86 -.IP /usr/lib/terminfo/?/*
87 +.IP /usr/share/terminfo/?/*
88  or
89 -.IP /etc/termcap
90 -Terminal capability databases
91 -.IP /etc/utmp
92 +.IP /var/run/utmp
93  Login records
94  .IP $LOCKPRG
95  Program that locks a terminal.
96 @@ -5005,9 +5001,9 @@
97  must be installed as set-uid with owner root on most systems in order
98  to be able to correctly change the owner of the tty device file for
99  each window.
100 -Special permission may also be required to write the file \*Q/etc/utmp\*U.
101 +Special permission may also be required to write the file \*Q/var/run/utmp\*U.
102  .IP \(bu
103 -Entries in \*Q/etc/utmp\*U are not removed when
104 +Entries in \*Q/var/run/utmp\*U are not removed when
105  .I screen
106  is killed with SIGKILL.
107  This will cause some programs (like "w" or "rwho")
This page took 0.029063 seconds and 3 git commands to generate.