[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 02/04: doc: Format 'make-inetd-constructor' documentation cor
From: |
Ludovic Courtès |
Subject: |
[shepherd] 02/04: doc: Format 'make-inetd-constructor' documentation correctly. |
Date: |
Sat, 10 Sep 2022 17:05:49 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit e10fb781804998520b43fcb32d5d96d91f966af0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 10 19:15:23 2022 +0200
doc: Format 'make-inetd-constructor' documentation correctly.
* doc/shepherd.texi (Service De- and Constructors): Add missing @ sign
before newline.
---
doc/shepherd.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index ecf8456..96daac8 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1119,7 +1119,7 @@ permissions for its parent directory.
The inetd service constructor takes a command and a list of such
endpoints:
-@deffn {procedure} make-inetd-constructor @var{command} @var{endpoints}
+@deffn {procedure} make-inetd-constructor @var{command} @var{endpoints} @
[#:service-name-stem _] [#:requirements '()] @
[#:max-connections (default-inetd-max-connections)] @
[#:user #f] @