Update manpage

- Bump PORTREVISION for package change
This commit is contained in:
sunpoet
2018-11-03 22:16:15 +00:00
parent ec8ab68fe0
commit 8ff615ebf4
10 changed files with 14 additions and 20 deletions
+3 -1
View File
@@ -3,6 +3,7 @@
PORTNAME= moreutils
PORTVERSION= 0.62
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://git.joeyh.name/index.cgi/moreutils.git/snapshot/ \
LOCAL/sunpoet
@@ -19,9 +20,10 @@ OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT=MANPAGES
OPTIONS_SUB= yes
USES= gmake perl5 shebangfix
ALL_TARGET= errnos.h ${CANNED_MANPAGES:R}
MAKE_JOBS_UNSAFE= yes
USES= gmake perl5 shebangfix
CANNED_MANPAGES=errno.1 \
ifdata.1 \
+1 -2
View File
@@ -1,7 +1,7 @@
'\" t
.\" Title: errno
.\" Author: Lars Wirzenius
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 2012-06-05
.\" Manual: moreutils
.\" Source: moreutils
@@ -68,5 +68,4 @@ Like
Lars Wirzenius
.SH "SEE ALSO"
.PP
\fBerrno\fR(3)
+1 -2
View File
@@ -1,7 +1,7 @@
'\" t
.\" Title: ifdata
.\" Author: Joey Hess
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 2006-03-07
.\" Manual: moreutils
.\" Source: moreutils
@@ -34,7 +34,6 @@ ifdata \- get network interface info without parsing ifconfig output
\fBifdata\fR [options] {\fIiface\fR}
.SH "DESCRIPTION"
.PP
\fBifdata\fR
can be used to check for the existence of a network interface, or to get information abut the interface, such as its IP address\&. Unlike
\fBifconfig\fR
+1 -1
View File
@@ -1,7 +1,7 @@
'\" t
.\" Title: ifne
.\" Author: Javier Merino
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 2008-05-01
.\" Manual: moreutils
.\" Source: moreutils
+3 -4
View File
@@ -1,13 +1,13 @@
'\" t
.\" Title: isutf8
.\" Author: Lars Wirzenius <liw@iki.fi>
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 04/30/2017
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 01/01/2018
.\" Manual: moreutils
.\" Source: moreutils
.\" Language: English
.\"
.TH "ISUTF8" "1" "04/30/2017" "moreutils" "moreutils"
.TH "ISUTF8" "1" "01/01/2018" "moreutils" "moreutils"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -70,5 +70,4 @@ If the file is valid UTF\-8, the exit status is zero\&. If the file is not valid
Lars Wirzenius, Julien Palard
.SH "SEE ALSO"
.PP
\fButf8\fR(7)
+1 -1
View File
@@ -1,7 +1,7 @@
'\" t
.\" Title: lckdo
.\" Author: Michael Tokarev
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 2007-08-15
.\" Manual: moreutils
.\" Source: moreutils
+1 -1
View File
@@ -1,7 +1,7 @@
'\" t
.\" Title: mispipe
.\" Author: Nathanael Nerode
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 2006-09-07
.\" Manual: moreutils
.\" Source: moreutils
@@ -1,7 +1,7 @@
'\" t
.\" Title: parallel
.\" Author: Joey Hess
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 2009-07-02
.\" Manual: moreutils
.\" Source: moreutils
@@ -63,17 +63,14 @@ Number of arguments to pass to a command at a time\&. Default is 1\&. Incompatib
.RE
.SH "EXAMPLE"
.PP
\fBparallel sh \-c "echo hi; sleep 2; echo bye" \-\- 1 2 3\fR
.PP
This runs three subshells that each print a message, delay, and print another message\&. If your system has multiple CPUs, parallel will run some of the jobs in parallel, which should be clear from the order the messages are output\&.
.PP
\fBparallel \-j 3 ufraw \-o processed \-\- *\&.NEF\fR
.PP
This runs three ufraw processes at the same time until all of the NEF files have been processed\&.
.PP
\fBparallel \-j 3 \-\- ls df "echo hi"\fR
.PP
This runs three independent commands in parallel\&.
+1 -2
View File
@@ -1,7 +1,7 @@
'\" t
.\" Title: pee
.\" Author: Joey Hess
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 2016-12-20
.\" Manual: moreutils
.\" Source: moreutils
@@ -63,7 +63,6 @@ is going to terminate all child processes and exists\&. Ignoring write errors is
.RE
.SH "SEE ALSO"
.PP
\fBtee\fR(1),
\fBpipe\fR(7)
.SH "AUTHOR"
+1 -2
View File
@@ -1,7 +1,7 @@
'\" t
.\" Title: sponge
.\" Author: Joey Hess
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: 2006-02-19
.\" Manual: moreutils
.\" Source: moreutils
@@ -39,7 +39,6 @@ reads standard input and writes it out to the specified file\&. Unlike a shell r
\fBsponge\fR
soaks up all its input before writing the output file\&. This allows constructing pipelines that read from and write to the same file\&.
.PP
\fBsponge\fR
preserves the permissions of the output file if it already exists\&.
.PP