]> git.pld-linux.org Git - packages/screen.git/blob - screen-texinfo_fixes.patch
pam support && misc fixes; release 4
[packages/screen.git] / screen-texinfo_fixes.patch
1 diff -Nru screen-3.9.8/doc/screen.texinfo screen-3.9.8.new/doc/screen.texinfo
2 --- screen-3.9.8/doc/screen.texinfo     Mon Sep 18 02:24:04 2000
3 +++ screen-3.9.8.new/doc/screen.texinfo Mon Sep 18 02:27:19 2000
4 @@ -790,35 +790,35 @@
5  Synonym to @code{acladd}.  @xref{Multiuser Session}.
6  @item allpartial @var{state}
7  Set all windows to partial refresh.  @xref{Redisplay}.
8 -@item at @var{[ident][@kbd{#}@var{|}@kbd{*}@var{|}@kbd{%}] command [args]}
9 +@item at [@var{ident}][@kbd{#}@var{|}@kbd{*}@var{|}@kbd{%}] command [@var{args}]
10  Execute a command at other displays or windows.  @xref{At}.
11  @item autodetach @var{state}
12  Automatically detach the session on SIGHUP.  @xref{Detach}.
13  @item autonuke @var{state}
14  Enable a clear screen to discard unwritten output.  @xref{Autonuke}.
15 -@item bce @var{[state]}
16 +@item bce [@var{state}]
17  Change background color erase.  @xref{Character Processing}.
18 -@item bell_msg @var{[message]}
19 +@item bell_msg [@var{message}]
20  Set the bell notification message.  @xref{Bell}.
21 -@item bind @var{key [command [args]]}
22 +@item bind key [@code{command [@var{args}]}]
23  Bind a command to a key.  @xref{Bind}.
24 -@item bindkey @var{[opts] [string [cmd args]]}
25 +@item bindkey [@code{opts}] [@code{string [@var{cmd args}]}]
26  Bind a string to a series of keystrokes. @xref{Bindkey}.
27 -@item break @var{[duration]}
28 +@item break [@var{duration}]
29  Send a break signal to the current window.  @xref{Break}.
30 -@item breaktype @var{[tcsendbreak | TCSBRK | TIOCSBRK]}
31 +@item breaktype [@var{tcsendbreak | TCSBRK | TIOCSBRK}]
32  Specify how to generate breaks.  @xref{Break}.
33 -@item bufferfile @var{[exchange-file]}
34 +@item bufferfile [@var{exchange-file}]
35  Select a file for screen-exchange.  @xref{Screen-Exchange}.
36 -@item c1 @var{[state]}
37 +@item c1 [@var{state}]
38  Change c1 code processing.  @xref{Character Processing}.
39 -@item caption @var{mode} @var{[string]}
40 +@item caption @var{mode} [@var{string}]
41  Change caption mode and string.  @xref{Regions}.
42  @item chacl @var{usernames permbits list}
43  Synonym to @code{aclchg}. @xref{Multiuser Session}.
44  @item charset @var{set}
45  Change character set slot designation.  @xref{Character Processing}.
46 -@item chdir @var{[directory]}
47 +@item chdir [@var{directory}]
48  Change the current directory for future windows.  @xref{Chdir}.
49  @item clear
50  Clear the window screen.  @xref{Clear}.
51 @@ -842,11 +842,11 @@
52  Select default autonuke behavior.  @xref{Autonuke}.
53  @item defbce @var{state}
54  Select background color erase.  @xref{Character Processing}.
55 -@item defbreaktype @var{[tcsendbreak | TCSBRK | TIOCSBRK]}
56 +@item defbreaktype [@var{tcsendbreak | TCSBRK | TIOCSBRK}]
57  Specify the default for generating breaks.  @xref{Break}.
58  @item defc1 @var{state}
59  Select default c1 processing behavior.  @xref{Character Processing}.
60 -@item defcharset @var{[set]}
61 +@item defcharset [@var{set}]
62  Change defaul character set slot designation.  @xref{Character Processing}.
63  @item defescape @var{xy}
64  Set the default command and @code{meta} characters.  @xref{Command Character}.
65 @@ -932,13 +932,13 @@
66  Display licensing information.  @xref{Startup}.
67  @item lockscreen
68  Lock the controlling terminal.  @xref{Lock}.
69 -@item log @var{[state]}
70 +@item log [@var{state}]
71  Log all output in the current window.  @xref{Log}.
72  @item logfile @var{filename}
73  Place where to collect logfiles.  @xref{Log}.
74 -@item login @var{[state]}
75 +@item login [@var{state}]
76  Log the window in @file{/var/run/utmp}.  @xref{Login}.
77 -@item logtstamp @var{[state]}
78 +@item logtstamp [@var{state}]
79  Configure logfile time-stamps.  @xref{Log}.
80  @item mapdefault
81  Use only the default mapping table for the next keystroke.  @xref{Bindkey Control}.
82 @@ -1738,7 +1738,7 @@
83  
84  @node Resize, Caption, Remove, Regions
85  @section Resize
86 -@deffn Command resize @var{[(+/-)lines]}
87 +@deffn Command resize [@code{\(+/-\)lines}]
88  (none)@*
89  Resize the current region. The space will be removed from or added to
90  the region below or if there's not enough space from the region above.
91 @@ -4678,12 +4678,12 @@
92  @section Socket Directory
93  @cindex socket directory
94  
95 -The socket directory defaults either to @file{$HOME/.screen} or simply to 
96 -@file{/tmp/screens}} chosen at compile-time. If @code{screen} is installed
97 -setuid root, then the administrator should compile screen with an
98 -adequate (not NFS mounted) @code{SOCKDIR}. If @code{screen} is not
99 -running setuid-root, the user can specify any mode 700 directory in the
100 -environment variable @code{$SCREENDIR}.
101 +The socket directory defaults either to @file{$HOME/.screen} or chosen at
102 +compile-time. If @code{screen} is installed setuid root, then the
103 +administrator should compile screen with an adequate (not NFS mounted)
104 +@code{SOCKDIR}. If @code{screen} is not running setuid-root, the user can
105 +specify any mode 700 directory in the environment variable
106 +@code{$SCREENDIR}.
107  
108  @node Compiling Screen,  , Socket Directory, Installation
109  @section Compiling Screen
This page took 0.032189 seconds and 3 git commands to generate.