summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Cieślak <saper@saper.info>2018-05-06 11:57:57 +0000
committerAmadeusz Sławiński <amade@asmblr.net>2018-05-07 22:45:58 +0200
commit35c9247dc2ee51bd41fe8d64abe995dfb3b7b58d (patch)
treeebb2a41c52d4e943414b5b3b4de3d0acebdf0dc1
parentc91ab990a0b57afe6e43a7b2391486c191c94e30 (diff)
downloadscreen-35c9247dc2ee51bd41fe8d64abe995dfb3b7b58d.tar.gz
Fix intendation around "displays"
Remove UTF-8 quotes
-rw-r--r--src/doc/screen.138
1 files changed, 20 insertions, 18 deletions
diff --git a/src/doc/screen.1 b/src/doc/screen.1
index fe7e3a0..25b64ac 100644
--- a/src/doc/screen.1
+++ b/src/doc/screen.1
@@ -1862,41 +1862,43 @@ xterm 80x42 jnhollma@/dev/ttyp5 0(m11) &R.x
The legend is as follows:
.IP
(A) The terminal type known by screen for this display.
-.PP
+.IP
(B) Displays geometry as width x height.
-.PP
+.IP
(C) Username who is logged in at the display.
-.PP
+.IP
(D) Device name of the display or the attached device
-.PP
+.IP
(E) Display is in blocking or nonblocking mode.
The available modes are "nb", "NB", "Z<", "Z>", and "BL".
-.PP
+.IP
(F) Number of the window
-.PP
+.IP
(G) Name/title of window
-.PP
+.IP
(H) Whether the window is shared
-.PP
+.IP
(I) Window permissions. Made up of three characters:
.PP
.RS
.nf
(1st character)
- ‘\-’ : no read
- ‘r’ : read
- ‘R’ : read only due to foreign wlock
+ \fB\-\fR : no read
+ \fBr\fR : read
+ \fBR\fR : read only due to foreign wlock
(2nd character)
- ‘\-’ : no write
- ‘.’ : write suppressed by foreign wlock
- ‘w’ : write
- ‘W’ : own wlock
+ \fB\-\fR : no write
+ \fB.\fR : write suppressed by foreign wlock
+ \fBw\fR : write
+ \fBW\fR : own wlock
(3rd character)
- ‘\-’ : no execute
- ‘x’ : execute
+ \fB\-\fR : no execute
+ \fBx\fR : execute
.fi
+.RE
+.PP
.RS
-\*QDisplays\*U needs a region size of at least 10 characters wide and 5 characters high in
+\*Qdisplays\*U needs a region size of at least 10 characters wide and 5 characters high in
order to display.
.RE
.TP