- fix typos in man page (one of which was in SYNOPSIS!)
This commit is contained in:
parent
ff999c1442
commit
279d117694
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.7 2007/11/07 19:30:10 jasper Exp $
|
# $OpenBSD: Makefile,v 1.8 2008/04/18 14:02:24 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= File Alteration Monitor
|
COMMENT= File Alteration Monitor
|
||||||
|
|
||||||
DISTNAME= fam-2.7.0
|
DISTNAME= fam-2.7.0
|
||||||
PKGNAME= ${DISTNAME}p3
|
PKGNAME= ${DISTNAME}p4
|
||||||
SHARED_LIBS += fam 0.0 # .0.0
|
SHARED_LIBS += fam 0.0 # .0.0
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
@ -11,11 +11,12 @@ HOMEPAGE= http://oss.sgi.com/projects/fam/
|
|||||||
|
|
||||||
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
|
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
|
||||||
|
|
||||||
# GPL
|
# GPLv2 - LGPLv2
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
|
||||||
WANTLIB= c m pthread rpcsvc stdc++
|
WANTLIB= c m pthread rpcsvc stdc++
|
||||||
|
|
||||||
MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/stable/ \
|
MASTER_SITES= ftp://oss.sgi.com/projects/fam/download/stable/ \
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
$OpenBSD: patch-man_famd_8,v 1.1 2007/05/10 19:56:19 ajacoutot Exp $
|
$OpenBSD: patch-man_famd_8,v 1.2 2008/04/18 14:02:24 ajacoutot Exp $
|
||||||
--- man/famd.8.orig Thu May 10 14:53:46 2007
|
--- man/famd.8.orig Mon Jan 20 01:58:11 2003
|
||||||
+++ man/famd.8 Thu May 10 14:56:18 2007
|
+++ man/famd.8 Fri Apr 18 15:53:05 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
|
@@ -21,7 +21,7 @@ independently. Only one instance of \fBfamd\fR can be
|
||||||
run at a time.
|
run at a time.
|
||||||
.P
|
.P
|
||||||
@ -10,6 +19,17 @@ $OpenBSD: patch-man_famd_8,v 1.1 2007/05/10 19:56:19 ajacoutot Exp $
|
|||||||
providing the following command line options:
|
providing the following command line options:
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
@@ -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.
|
@@ -63,8 +63,8 @@ A value of 0 causes \fBfamd\fR to run forever.
|
||||||
files that the client can \fBstat\fR.
|
files that the client can \fBstat\fR.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user