remove Ns before comma (from Thomas Klausner)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11175 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-20 16:37:20 +00:00
parent 03b9deab6b
commit 747a00df69
17 changed files with 98 additions and 98 deletions

View File

@@ -22,7 +22,7 @@ POP3 server
serves mail via the Post Office Protocol. Supported options include:
.Bl -tag -width Ds
.It Xo
.Fl a Ar none Ns \*(Ba Ns otp Ns ,
.Fl a Ar none Ns \*(Ba Ns otp ,
.Fl -auth-mode= Ns Ar none Ns \*(Ba Ns otp
.Xc
tells
@@ -36,37 +36,37 @@ Kerberos authentication.
.Xc
logs the addresses of all clients to the specified file
.It Xo
.Fl d Ns ,
.Fl d ,
.Fl -debug
.Xc
enables more verbose log messages
.It Xo
.Fl i Ns ,
.Fl i ,
.Fl -interactive
.Xc
when not started by inetd, this flag tells
.Nm
that it has to create a socket by itself
.It Xo
.Fl k Ns ,
.Fl k ,
.Fl -kerberos
.Xc
tells
.Nm
to use the Kerberos for authentication.
.It Xo
.Fl p Ar port Ns ,
.Fl p Ar port ,
.Fl -port= Ns Ar port
.Xc
port to listen to, in combination with
.Fl i
.It Xo
.Fl t Ar file Ns ,
.Fl t Ar file ,
.Fl -trace-file= Ns Ar file
.Xc
trace all command to file
.It Xo
.Fl T Ar seconds Ns ,
.Fl T Ar seconds ,
.Fl -timeout= Ns Ar seconds
.Xc
set timeout to something other than the default of 120 seconds