aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/html.init2
-rw-r--r--doc/inetd.texi2
-rw-r--r--doc/pies.texi2
-rw-r--r--doc/usr-acl.texi2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5452ee4..f1e7c90 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,26 +1,26 @@
# This file is part of GNU Pies.
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2013 Sergey Poznyakoff
+# Copyright (C) 2005-2010, 2013, 2017 Sergey Poznyakoff
#
# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
info_TEXINFOS=pies.texi
pies_TEXINFOS=\
fdl.texi\
inetd.texi\
macros.texi\
usr-acl.texi
EXTRA_DIST = \
gendocs_template
diff --git a/doc/html.init b/doc/html.init
index 1eb2d89..07fb979 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -1,26 +1,26 @@
# Texi2any configuration for pies documentation. -*- perl -*-
-# Copyright (C) 2009, 2010, 2013, 2015 Sergey Poznyakoff
+# Copyright (C) 2009-2010, 2013, 2015, 2017 Sergey Poznyakoff
#
# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
use strict;
my $top_html_dir="/software/pies";
my $graphics_dir="$top_html_dir/graphics";
# Show TOC in place of the @contents directive.
set_from_init_file('INLINE_CONTENTS', 1);
# Do not show Texinfo menus.
set_from_init_file('SHOW_MENU', 0);
# Inhibit output of CSS lines in page headers.
set_from_init_file('CSS_LINES', '');
diff --git a/doc/inetd.texi b/doc/inetd.texi
index c1413ff..9cb7271 100644
--- a/doc/inetd.texi
+++ b/doc/inetd.texi
@@ -1,26 +1,26 @@
@c This is part of the GNU Pies manual.
-@c Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff
+@c Copyright (C) 2009-2010, 2013, 2017 Sergey Poznyakoff
@c This file is distributed under GFDL 1.3 or any later version
@c published by the Free Software Foundation.
This appendix describes the format of @command{inetd} compatible
configuration files. @xref{inetd}, for the discussion on how to
use such files with GNU @command{pies}.
The @command{inetd} configuration file has line oriented format.
Comments are denoted by a @samp{#} at the beginning of a line. Empty
lines and comments are ignored. Each non-empty line must be either
a service definition, or address specification.
@dfn{Service definition} consists of at least 6 fields separated by
any amount of the white space. These fields are described in the
following table (optional parts are enclosed in
square brackets):
@table @asis
@item [service-node:]service-name
@flindex /etc/services
The service-name entry is the name of a valid service in the file
@file{/etc/services}. For built-in services (@pxref{builtin}),
the service name must be the official name of the service
(that is, the first entry in @file{/etc/services}), or a numeric
diff --git a/doc/pies.texi b/doc/pies.texi
index 7428d2b..d7ecd5d 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -22,49 +22,49 @@
@syncodeindex pr cp
@syncodeindex kw cp
@syncodeindex fl cp
@include version.texi
@include rendition.texi
@include macros.texi
@ifinfo
@dircategory System Administration
@direntry
* GNU Pies: (pies). Program Invocation and Execution Supervisor.
* pies: (pies) Invocation. GNU Pies Command Line Options.
* pies.conf: (pies) Configuration. GNU Pies Configuration File.
* piesctl: (pies) piesctl. GNU Pies Control Tool.
* piesctl.conf: (pies) piesctl.conf. Configuration File for the @command{piesctl} tool.
@end direntry
@end ifinfo
@copying
Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA
-Copyright @copyright{} 2005-2016 Sergey Poznyakoff
+Copyright @copyright{} 2005-2017 Sergey Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, and no specific Front-Cover and Back-Cover texts.
@end copying
@titlepage
@title The @sc{GNU PIES} Manual
@subtitle version @value{VERSION}, @value{UPDATED}
@author Sergey Poznyakoff.
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@ifnothtml
@page
@summarycontents
@end ifnothtml
@page
@contents
diff --git a/doc/usr-acl.texi b/doc/usr-acl.texi
index 8d18aeb..6cbaf29 100644
--- a/doc/usr-acl.texi
+++ b/doc/usr-acl.texi
@@ -1,26 +1,26 @@
@c This is part of the GNU Pies manual.
-@c Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff
+@c Copyright (C) 2009-2010, 2013, 2017 Sergey Poznyakoff
@c This file is distributed under GFDL 1.3 or any later version
@c published by the Free Software Foundation.
This appendix describes the @samp{user-group} extension for
GNU @command{Pies} @acronym{ACL}s. This extension is reserved for
the future use.
The @var{user-group} @acronym{ACL} statement specifies which
users match this entry. Allowed values are the following:
@table @code
@kwindex all
@item all
All users.
@kwindex authenticated
@item authenticated
Only authenticated users.
@kwindex group
@item group @var{group-list}
Authenticated users which are members of at least one of groups listed in
@var{group-list}.
@end table

Return to:

Send suggestions and report system problems to the System administrator.