mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Add new man pages by Dennis Leeuw.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25708 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec5e0a3c38
commit
ce7fb7aebf
5 changed files with 116 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-12-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Documentation/gclose.1,
|
||||
* Documentation/gcloseall.1,
|
||||
* Documentation/set_show_service.1: New man pages by
|
||||
Dennis Leeuw <dleeuw@made-it.com>
|
||||
* Documentation/GNUmakefile: Add the new man page files.
|
||||
|
||||
2007-12-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSControl.m (-mouseDown:): Forward event, if not enabled.
|
||||
|
|
|
@ -68,7 +68,7 @@ BUGS_TEXT_MAIN = todo.texi
|
|||
BUGS_DOC_INSTALL_DIR = Developer/Gui/ReleaseNotes/$(VERSION)
|
||||
|
||||
# Manual pages to install
|
||||
MAN1_PAGES = gopen.1 make_services.1
|
||||
MAN1_PAGES = gopen.1 make_services.1 gclose.1 gcloseall.1 set_show_service.1
|
||||
|
||||
ReleaseNotes_AGSDOC_FILES = ReleaseNotes.gsdoc
|
||||
ReleaseNotes_DOC_INSTALL_DIR = Developer/Gui
|
||||
|
|
33
Documentation/gclose.1
Normal file
33
Documentation/gclose.1
Normal file
|
@ -0,0 +1,33 @@
|
|||
.\"gclose(1) man page
|
||||
.\"put together by Dennis Leeuw <dleeuw@made-it.com>
|
||||
.\"Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
.\"
|
||||
.\"Process this file with
|
||||
.\"groff -man -Tascii gclose.1
|
||||
.\"
|
||||
.TH GCLOSE 1 "December 2007" GNUstep "GNUstep System Manual"
|
||||
.SH NAME
|
||||
gclose \- This tool terminates an application
|
||||
.SH SYNOPSIS
|
||||
.B gclose <application>
|
||||
.P
|
||||
.SH DESCRIPTION
|
||||
.B gclose
|
||||
terminates an application from the command line
|
||||
.SH OPTIONS
|
||||
.SH BUGS
|
||||
None known
|
||||
|
||||
.P
|
||||
.SH SEE ALSO
|
||||
gcloseall(1), gopen(1), GNUstep(7)
|
||||
.P
|
||||
.SH HISTORY
|
||||
Work on
|
||||
.B gclose
|
||||
started in November 2001.
|
||||
.P
|
||||
.SH AUTHORS
|
||||
gclose was written by Gregory Casamento <greg_casamento@yahoo.com>
|
||||
.P
|
||||
This man page was written by Dennis Leeuw <dleeuw@made-it.com>.
|
33
Documentation/gcloseall.1
Normal file
33
Documentation/gcloseall.1
Normal file
|
@ -0,0 +1,33 @@
|
|||
.\"gcloseall(1) man page
|
||||
.\"put together by Dennis Leeuw <dleeuw@made-it.com>
|
||||
.\"Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
.\"
|
||||
.\"Process this file with
|
||||
.\"groff -man -Tascii closeall.1
|
||||
.\"
|
||||
.TH GCLOSEALL 1 "December 2007" GNUstep "GNUstep System Manual"
|
||||
.SH NAME
|
||||
gcloseall \- This tool terminates all applications
|
||||
.SH SYNOPSIS
|
||||
.B gcloseall
|
||||
.P
|
||||
.SH DESCRIPTION
|
||||
.B gcloseall
|
||||
terminates all applications. It does this by not asking any questions. It just terminates all applications. You have been warned!
|
||||
.SH OPTIONS
|
||||
.SH BUGS
|
||||
None known
|
||||
|
||||
.P
|
||||
.SH SEE ALSO
|
||||
gclose(1), gopen(1), GNUstep(7)
|
||||
.P
|
||||
.SH HISTORY
|
||||
Work on
|
||||
.B gcloseall
|
||||
started in January 2006.
|
||||
.P
|
||||
.SH AUTHORS
|
||||
gcloseall was written by Richard Frith-Macdoanld <rfm@gnu.org>
|
||||
.P
|
||||
This man page was written by Dennis Leeuw <dleeuw@made-it.com>.
|
41
Documentation/set_show_service.1
Normal file
41
Documentation/set_show_service.1
Normal file
|
@ -0,0 +1,41 @@
|
|||
.\"set_show_service(1) man page
|
||||
.\"put together by Dennis Leeuw <dleeuw@made-it.com>
|
||||
.\"Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
.\"
|
||||
.\"Process this file with
|
||||
.\"groff -man -Tascii set_show_service.1
|
||||
.\"
|
||||
.TH SET_SHOW_SERVICE 1 "December 2007" GNUstep "GNUstep System Manual"
|
||||
.SH NAME
|
||||
set_show_service \- enable or disable a service for the current user
|
||||
.SH SYNOPSIS
|
||||
.B set_show_service [--enable <service>] [--disable <service>]
|
||||
.P
|
||||
.SH DESCRIPTION
|
||||
.B set_show_service
|
||||
enables or disables the display of a specified service item.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\--enable\fR \fB\<service>\fR
|
||||
enable the given service for the user running this command.
|
||||
|
||||
.TP
|
||||
\fB\--disable\fR
|
||||
disables the given service for the user running this command.
|
||||
|
||||
.SH BUGS
|
||||
None known
|
||||
|
||||
.P
|
||||
.SH SEE ALSO
|
||||
make_services(1), GNUstep(7)
|
||||
.P
|
||||
.SH HISTORY
|
||||
Work on
|
||||
.B set_show_service
|
||||
started in November 1998.
|
||||
.P
|
||||
.SH AUTHORS
|
||||
set_show_service was written by Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
.P
|
||||
This man page was written by Dennis Leeuw <dleeuw@made-it.com>.
|
Loading…
Reference in a new issue