mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Document the "-o" option added by r252138.
MFC after: 10 days
This commit is contained in:
parent
c323438205
commit
d51dbb7a98
1 changed files with 6 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 5, 2013
|
||||
.Dd June 23, 2013
|
||||
.Dt GSSD 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -34,6 +34,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl d
|
||||
.Op Fl o
|
||||
.Op Fl v
|
||||
.Op Fl s Ar dir-list
|
||||
.Op Fl c Ar file-substring
|
||||
|
|
@ -50,6 +51,10 @@ Run in debug mode.
|
|||
In this mode,
|
||||
.Nm
|
||||
will not fork when it starts.
|
||||
.It Fl o
|
||||
Force use of DES and the associated old style GSS-API initialization token.
|
||||
This may be required to make kerberized NFS mounts work against some
|
||||
non-FreeBSD NFS servers.
|
||||
.It Fl v
|
||||
Run in verbose mode.
|
||||
In this mode,
|
||||
|
|
|
|||
Loading…
Reference in a new issue