Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2026 08:27:28 +0000
From:      Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6e2940af1c49 - stable/14 - lpd: Reorder option list in manual page
Message-ID:  <6a17fc70.21b51.737e6c7a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=6e2940af1c49d7489b9c881d84bac7bf9fdae1ca

commit 6e2940af1c49d7489b9c881d84bac7bf9fdae1ca
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-05-25 16:51:39 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-05-28 08:27:12 +0000

    lpd: Reorder option list in manual page
    
    MFC after:      1 week
    Reviewed by:    ziaee, markj
    Differential Revision:  https://reviews.freebsd.org/D57182
    
    (cherry picked from commit 8e917789732ae02a480e8756899d3bc6d99fe5d8)
---
 usr.sbin/lpr/lpd/lpd.8 | 42 ++++++++++++++++++------------------------
 1 file changed, 18 insertions(+), 24 deletions(-)

diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8
index fc28afe51a6f..24bbcd3b5340 100644
--- a/usr.sbin/lpr/lpd/lpd.8
+++ b/usr.sbin/lpr/lpd/lpd.8
@@ -65,6 +65,12 @@ the request so the parent can continue to listen for more requests.
 .Pp
 Available options:
 .Bl -tag -width Ds
+.It Fl 4
+Accept IPv4 connections.
+The default is to accept both IPv4 and IPv6.
+.It Fl 6
+Accept IPv6 connections.
+The default is to accept both IPv4 and IPv6.
 .It Fl c
 By default, if some remote host has a connection error while trying to
 send a print request to
@@ -83,11 +89,20 @@ Turn on
 .Dv SO_DEBUG
 on the Internet listening socket (see
 .Xr setsockopt 2 ) .
-.It Fl l
+.It Fl F
+By default,
+.Nm
+will daemonize into the background.
 The
-.Fl l
+.Fl F
 flag causes
 .Nm
+to remain in the foreground.
+Logging is still performed with
+.Xr syslog 3 .
+.It Fl l
+Causes
+.Nm
 to log valid requests received from the network.
 This can be useful
 for debugging purposes.
@@ -101,11 +116,7 @@ It is being deprecated, and may be removed in a
 future version of
 .Nm .
 .It Fl s
-The
-.Fl s
-(secure) flag causes
-.Nm
-not to open an Internet listening socket.
+Do not open an Internet listening socket.
 This means that
 .Nm
 will not accept any connections from any remote
@@ -116,17 +127,6 @@ Set the network receive timeout for client connections to
 .Ar timeout
 seconds.
 The default is 120.
-.It Fl F
-By default,
-.Nm
-will daemonize into the background.
-The
-.Fl F
-flag causes
-.Nm
-to remain in the foreground.
-Logging is still performed with
-.Xr syslog 3 .
 .It Fl W
 By default, the
 .Nm
@@ -139,12 +139,6 @@ flag causes
 to accept connections coming from any port.
 This is can be useful when you want to accept print jobs
 from certain implementations of lpr written for Windows.
-.It Fl 4
-Inet only.
-.It Fl 6
-Inet6 only.
-.It Fl 46
-Inet and inet6 (default).
 .It Ar "port"
 The Internet port number or service name used to rendezvous with other
 processes.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a17fc70.21b51.737e6c7a>