diff options
| author | joerg <joerg@NetBSD.org> | 2009-04-09 02:25:45 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2009-04-09 02:25:45 +0000 |
| commit | 3b17d40bfbc30dd751b0bee8aac12e22fa8de5f8 (patch) | |
| tree | 454873f46d7af2d9ed46c4fe729a5137c3d58ac1 /libexec/ftpd | |
| parent | 1491f958e9676d0eaa68456533c25080d59e2914 (diff) | |
Don't use .Xo/.Xc or .Oo/.Oc over .It lines to work around the macro
argument limit in ancient groff versions.
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpd.conf.5 | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/libexec/ftpd/ftpd.conf.5 b/libexec/ftpd/ftpd.conf.5 index c4f0677406f..1a8da295fe3 100644 --- a/libexec/ftpd/ftpd.conf.5 +++ b/libexec/ftpd/ftpd.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftpd.conf.5,v 1.36 2008/09/13 02:41:52 lukem Exp $ +.\" $NetBSD: ftpd.conf.5,v 1.37 2009/04/09 02:25:45 joerg Exp $ .\" .\" Copyright (c) 1997-2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -209,9 +209,7 @@ Set the class type of to .Ar type (see above). -.It Xo Sy conversion Ar class -.Ar suffix Op Ar "type disable command" -.Xc +.It Sy conversion Ar class Ar suffix Op Ar "type disable command" Define an automatic in-line file conversion. If a file to retrieve ends in .Ar suffix , @@ -344,9 +342,7 @@ for and .Sy CHROOT users. -.It Xo Sy limit Ar class -.Op Ar count Op Ar file -.Xc +.It Sy limit Ar class Op Ar count Op Ar file Limit the maximum number of concurrent connections for .Ar class to @@ -475,9 +471,7 @@ and .Sy EPSV ) connections. Otherwise, enable them. -.It Sy portrange Ar class Oo -.Ar min Ar max -.Oc +.It Sy portrange Ar class Op Ar min Ar max Set the range of port number which will be used for the passive data port. .Ar max must be greater than |
