diff options
Diffstat (limited to 'usr.sbin/lpr/lpd/lpd.8')
-rw-r--r-- | usr.sbin/lpr/lpd/lpd.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8 index 48e2af3..0c48f7c 100644 --- a/usr.sbin/lpr/lpd/lpd.8 +++ b/usr.sbin/lpr/lpd/lpd.8 @@ -40,7 +40,7 @@ .Nd line printer spooler daemon .Sh SYNOPSIS .Nm -.Op Fl dlp +.Op Fl dlp46 .Op Ar port# .Sh DESCRIPTION .Nm Lpd @@ -81,6 +81,12 @@ The flag causes .Nm not to open an Internet listening socket. +.It Fl 4 +Inet only. +.It Fl 6 +Inet6 only. +.It Fl 46 +Inet and inet6 (default). .It Ar "port#" The Internet port number used to rendezvous with other processes is normally obtained with |