[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 01/02: doc: Fix typo.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 01/02: doc: Fix typo. |
Date: |
Sat, 30 Apr 2022 10:36:58 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit de8123763ca702fb6312cc9509511b38cd19c2d8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 29 22:39:12 2022 +0200
doc: Fix typo.
* doc/shepherd.texi (Service De- and Constructors): Fix typo in
'endpoint' doc.
---
doc/shepherd.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index 0bf22a8..3d01186 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1138,7 +1138,7 @@ Listening endpoints for such services are described as
records built
using the @code{endpoint} procedure:
@deffn {procedure} endpoint @var{address} [#:name "unknown"] @
- [#:style SOCK_STREAM] [backlog 128] @
+ [#:style SOCK_STREAM] [#:backlog 128] @
[#:socket-owner (getuid)] [#:socket-group (getgid)] @
[#:socket-directory-permissions #o755]
Return a new endpoint called @var{name} of @var{address}, an address as