Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c43c31fe
Commit
c43c31fe
authored
Nov 25, 2010
by
Austin English
Committed by
Alexandre Julliard
Nov 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineconsole: Add a manpage.
parent
8d821bd9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
0 deletions
+28
-0
.gitignore
.gitignore
+1
-0
Makefile.in
programs/wineconsole/Makefile.in
+12
-0
wineconsole.man.in
programs/wineconsole/wineconsole.man.in
+15
-0
No files found.
.gitignore
View file @
c43c31fe
...
...
@@ -271,6 +271,7 @@ programs/services/svcctl.h
programs/services/svcctl_s.c
programs/wineboot/wineboot.man
programs/winecfg/winecfg.man
programs/wineconsole/wineconsole.man
programs/winedbg/dbg.tab.c
programs/winedbg/dbg.tab.h
programs/winedbg/debug.yy.c
...
...
programs/wineconsole/Makefile.in
View file @
c43c31fe
...
...
@@ -36,4 +36,16 @@ RC_SRCS = \
wineconsole_Uk.rc
\
wineconsole_Zh.rc
MANPAGES
=
wineconsole.man
@MAKE_PROG_RULES@
all
:
$(MANPAGES)
install-man-pages
::
$(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
$(INSTALL_DATA)
wineconsole.man
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wineconsole.
$(prog_manext)
@WOW64_DISABLE@ install install-lib
::
install-man-pages
uninstall
::
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wineconsole.
$(prog_manext)
programs/wineconsole/wineconsole.man.in
0 → 100644
View file @
c43c31fe
.TH WINECONSOLE 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
wineconsole \- The Wine console
.SH SYNOPSIS
.BR "wineconsole "\fI[option]\fR " command
.SH DESCRIPTION
.B wineconsole
is the Wine console manager, used to run console commands and applications. It allows running the
console either in the current terminal (\fIcurses\fR) or in a newly made window (\fIuser\fR).
.SH "OPTIONS"
.IP \-\-backend=\fR{\fIuser\fR|\fIcurses\fR}
If \fIuser\fR is chosen, a new window will be created for the console. The \fIcurses\fR option will make
wineconsole try to setup the current terminal as a Wine console.
.SH "SEE ALSO"
.BR wine(1)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment