Replace groff's soelim by soeliminate(1) renamed soelim(1)

This commit is contained in:
Baptiste Daroussin 2015-05-01 20:08:25 +00:00
parent 8f0baadaa0
commit 363da13804
8 changed files with 12 additions and 10 deletions

View File

@ -1263,7 +1263,8 @@ _gperf= gnu/usr.bin/gperf
.endif
.if ${MK_GROFF} != "no"
_groff= gnu/usr.bin/groff
_groff= gnu/usr.bin/groff \
usr.bin/soelim
.endif
.if ${MK_VT} != "no"

View File

@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
# 20150501
OLD_FILES+=usr/bin/soeliminate
OLD_FILES+=usr/share/man/man1/soeliminate.1.gz
# 20150501: Remove the nvlist_.*[vf] functions manpages.
OLD_FILES+=usr/share/man/man3/nvlist_addf_binary.3.gz
OLD_FILES+=usr/share/man/man3/nvlist_addf_bool.3.gz

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= eqn grn html pic refer soelim tbl
SUBDIR= eqn grn html pic refer tbl
SUBDIR_PARALLEL=

View File

@ -1839,7 +1839,6 @@ OLD_FILES+=usr/bin/post-grohtml
OLD_FILES+=usr/bin/pre-grohtml
OLD_FILES+=usr/bin/psroff
OLD_FILES+=usr/bin/refer
OLD_FILES+=usr/bin/soelim
OLD_FILES+=usr/bin/tbl
OLD_FILES+=usr/bin/tfmtodit
OLD_FILES+=usr/bin/troff
@ -2246,7 +2245,6 @@ OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
OLD_FILES+=usr/share/man/man1/pic.1.gz
OLD_FILES+=usr/share/man/man1/psroff.1.gz
OLD_FILES+=usr/share/man/man1/refer.1.gz
OLD_FILES+=usr/share/man/man1/soelim.1.gz
OLD_FILES+=usr/share/man/man1/tbl.1.gz
OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
OLD_FILES+=usr/share/man/man1/troff.1.gz

View File

@ -151,7 +151,7 @@ SUBDIR= ${_addr2line} \
showmount \
${_size} \
sockstat \
soeliminate \
soelim \
sort \
split \
stat \

View File

@ -1,5 +1,5 @@
# $FreeBSD$
PROG= soeliminate
PROG= soelim
.include <bsd.prog.mk>

View File

@ -24,11 +24,11 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 22, 2014
.Dt SOELIMINATE 1
.Dd May 1, 2015
.Dt SOELIM 1
.Os
.Sh NAME
.Nm soeliminate
.Nm soelim
.Nd interpret .so directive in manpages
.Sh SYNOPSIS
.Nm

View File

@ -45,7 +45,7 @@ static void
usage(void)
{
fprintf(stderr, "usage: soeliminate [-Crtv] [-I dir] [files]\n");
fprintf(stderr, "usage: soelim [-Crtv] [-I dir] [files]\n");
exit(EXIT_FAILURE);
}