Module Name:    src
Committed By:   joerg
Date:           Thu Apr  9 02:25:45 UTC 2009

Modified Files:
        src/libexec/ftpd: ftpd.conf.5

Log Message:
Don't use .Xo/.Xc or .Oo/.Oc over .It lines to work around the macro
argument limit in ancient groff versions.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/libexec/ftpd/ftpd.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ftpd/ftpd.conf.5
diff -u src/libexec/ftpd/ftpd.conf.5:1.36 src/libexec/ftpd/ftpd.conf.5:1.37
--- src/libexec/ftpd/ftpd.conf.5:1.36	Sat Sep 13 02:41:52 2008
+++ src/libexec/ftpd/ftpd.conf.5	Thu Apr  9 02:25:45 2009
@@ -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 @@
 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 @@
 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 @@
 .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

Reply via email to