-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxfw.1
29 lines (27 loc) · 787 Bytes
/
xfw.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH "XFW" "1" "3 December 2014" "Roland Baudin" ""
.SH "NAME"
xfw \- A simple text editor for X Window
.SH "SYNOPSIS"
\fBxfw\fP [\-h] [\-\-help] [\-v] [\-\-version] [\fIfilename1\fP] [\fIfilename2\fP] [\fIfilename3\fP] [\fI...\fP]
.SH "DESCRIPTION"
X File Write (xfw) is a simple text editor, to be used with X File Explorer (xfe) or stand alone.
.SH "AUTHOR"
Roland Baudin <[email protected]>.
.SH "OPTIONS"
xfw accepts the following options:
.TP
.B \-r, \-\-read-only
Open files in read-only mode.
.TP
.B \-h, \-\-help
Print the help screen and exit.
.TP
.B \-v, \-\-version
Print xfe version information and exit.
.TP
.B filename1 filename2 filename3 ...
Specifies the path(s) to the text file(s) to open when starting xfw.
.SH "SEE ALSO"
.BR xfe (1),
.BR xfi (1),
.BR xfp (1)