Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
8d821bd9
Commit
8d821bd9
authored
Nov 25, 2010
by
Austin English
Committed by
Alexandre Julliard
Nov 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineboot: Add a manpage.
parent
1c7d349f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
0 deletions
+44
-0
.gitignore
.gitignore
+1
-0
Makefile.in
programs/wineboot/Makefile.in
+12
-0
wineboot.man.in
programs/wineboot/wineboot.man.in
+31
-0
No files found.
.gitignore
View file @
8d821bd9
...
...
@@ -269,6 +269,7 @@ programs/rpcss/irot.h
programs/rpcss/irot_s.c
programs/services/svcctl.h
programs/services/svcctl_s.c
programs/wineboot/wineboot.man
programs/winecfg/winecfg.man
programs/winedbg/dbg.tab.c
programs/winedbg/dbg.tab.h
...
...
programs/wineboot/Makefile.in
View file @
8d821bd9
...
...
@@ -31,4 +31,16 @@ RC_SRCS = \
wineboot_Uk.rc
\
wineboot_Zh.rc
MANPAGES
=
wineboot.man
@MAKE_PROG_RULES@
all
:
$(MANPAGES)
install-man-pages
::
$(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
$(INSTALL_DATA)
wineboot.man
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wineboot.
$(prog_manext)
@WOW64_DISABLE@ install install-lib
::
install-man-pages
uninstall
::
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wineboot.
$(prog_manext)
programs/wineboot/wineboot.man.in
0 → 100644
View file @
8d821bd9
.TH WINEBOOT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
wineboot \- perform Wine initialization, startup, and shutdown tasks
.SH SYNOPSIS
.BR "wineboot "\fI[OPTION]\fR "
.SH DESCRIPTION
.B wineboot
performs the initial creation and setup of a WINEPREFIX for wine(1). It can also perform a simulated
reboot or shutdown to any applications running within the WINEPREFIX.
.SH "SEE ALSO"
.BR wine(1)
.SH "OPTIONS"
.IP \-h,\ \-\-help
Display help message.
.IP \-e,\ \-\-end\-session
End the current session cleanly.
.IP \-f,\ \-\-force
Force exit for processes that don't exit cleanly
.IP \-i,\ \-\-init
Initialize the WINEPREFIX.
.IP \-k,\ \-\-kill
Kill running processes without any cleanup.
.IP \-r,\ \-\-restart
Restart only, don't do normal startup operations.
.IP \-s,\ \-\-shutdown
Shutdown only, don't reboot.
.IP \-u,\ \-\-update
Update the WINEPREFIX.
.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