libs-gui/Documentation/set_show_service.1
Fred Kiefer ce7fb7aebf 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
2007-12-09 18:42:28 +00:00

41 lines
1 KiB
Groff

.\"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>.