mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
The appropriate argument is -K -1, not -k -1.
This commit is contained in:
parent
0e412a010b
commit
b702f91df9
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
.\" $FreeBSD$
|
||||
.\" Copyright 1985-1993 Sun Microsystems, Inc.
|
||||
.\"
|
||||
.Dd September 1, 2005
|
||||
.Dd September 2, 2005
|
||||
.Dt RPCGEN 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -342,7 +342,7 @@ To create a server that exits immediately upon servicing a request,
|
|||
use
|
||||
.Fl K Ar 0 .
|
||||
To create a server that never exits, the appropriate argument is
|
||||
.Fl k Ar -1 .
|
||||
.Fl K Ar -1 .
|
||||
.Pp
|
||||
When monitoring for a server,
|
||||
some portmonitors
|
||||
|
|
|
|||
Loading…
Reference in a new issue