openbsd-ports/sysutils/fam/patches/patch-man_famd_8
ajacoutot 85f3c519f6 - use polling by defaut and make use of kqueue a FLAVOR
this allows famd to run much more reliably, especially under KDE and
GNOME; if someone wants to fix the imon emulation through kqueue, be my
guest... meanwhile, I'd rather use stable software
- more typos fixes in man pages while here

"go ahead" fgsch@, "looks correct" jasper@
2008-04-19 10:57:00 +00:00

53 lines
2.1 KiB
Plaintext

$OpenBSD: patch-man_famd_8,v 1.3 2008/04/19 10:57:00 ajacoutot Exp $
--- man/famd.8.orig Mon Jan 20 01:58:11 2003
+++ man/famd.8 Fri Apr 18 18:13:55 2008
@@ -2,7 +2,7 @@
.SH NAME
famd \- The File Alteration Monitor (FAM) daemon
.SH SYNOPSIS
-\fBfamd\fR [\fB\-CdflLv\fR] [\fB\-C\fR \fIconffile\fR] [\fB\-p\fR \fIprog.vers\fR] [\fB\-t\fR \fIperiod\fR] [\fB\-T\fR \fItimeout\fR]
+\fBfamd\fR [\fB\-CdflLv\fR] [\fB\-c\fR \fIconffile\fR] [\fB\-p\fR \fIprog.vers\fR] [\fB\-t\fR \fIperiod\fR] [\fB\-T\fR \fItimeout\fR]
.SH DESCRIPTION
\fBFAM\fR, the File Alteration Monitor, is a subsystem that
applications can use to be notified when specific files
@@ -21,7 +21,7 @@ independently. Only one instance of \fBfamd\fR can be
run at a time.
.P
\fBfamd\fR can be configured by editing the famd configuration
-file (see \fIfamd.conf(5)\fR for further details) or by
+file (see \fIfam.conf(5)\fR for further details) or by
providing the following command line options:
.SH OPTIONS
.TP
@@ -29,7 +29,7 @@ providing the following command line options:
Read configuration information from \fIconffile\fR.
.TP
\fB\-C\fR
-Run in backwards compatibilty mode. This is disables
+Run in backwards compatibility mode. This disables
authentication and is not recommended.
.TP
\fB\-f\fR
@@ -52,8 +52,8 @@ Register with the portmapper using the specifed RPC pr
and version numbers.
.TP
\fB\-t\fR \fIperiod\fR
-Poll a remove NFS server every \fIperiod\fR seconds
-to obtain file updates if the remove server is not running \fBfamd\fR.
+Poll a remote NFS server every \fIperiod\fR seconds
+to obtain file updates if the remote server is not running \fBfamd\fR.
.TP
\fB\-T\fR \fItimeout\fR
Exit \fItimeout\fR seconds after the last client disconnects.
@@ -63,8 +63,8 @@ A value of 0 causes \fBfamd\fR to run forever.
files that the client can \fBstat\fR.
.SH FILES
.TP
-\fI/usr/local/etc/famd.conf\fR
+\fI!!SYSCONFDIR!!/fam.conf\fR
Default \fBfamd\fR configuration file.
.SH "SEE ALSO"
-fam(3), famd.conf(5), inetd(8), portmap(8), stat(1), xinetd(8)
+fam(3), fam.conf(5), inetd(8), portmap(8), stat(1), xinetd(8)
.SH BUGS