diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 10:34:58 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-20 10:35:01 +0900 |
commit | 3d6ee8c3ccc0f65c7c87122dba80908ae751aa16 (patch) | |
tree | 26d3a03c2cdb78db94a3818a7a857d259e16622b /man | |
parent | bffd2540485d9fa5b17c38cac8f5c4ed376c442d (diff) | |
download | dos2unix-3d6ee8c3ccc0f65c7c87122dba80908ae751aa16.tar.gz dos2unix-3d6ee8c3ccc0f65c7c87122dba80908ae751aa16.tar.bz2 dos2unix-3d6ee8c3ccc0f65c7c87122dba80908ae751aa16.zip |
Imported Upstream version 6.0.3
Change-Id: I3666c933d91427487472b47a76e63581c69bd3e7
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/Makefile | 2 | ||||
-rw-r--r-- | man/man1/dos2unix.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/Makefile b/man/man1/Makefile index 4f81af8..560c785 100644 --- a/man/man1/Makefile +++ b/man/man1/Makefile @@ -99,7 +99,7 @@ all: $(MAN_OBJECTS) --name="$(PACKAGE)" \ --section="$(MANSECT)" \ $< \ - | sed 's,[Pp]erl v[0-9.]\+,$(PACKAGE),' \ + | perl -p -e 's/[Pp]erl v[0-9.]+/$(PACKAGE)/;' \ > $@ && \ rm -f pod*.tmp # fix for bug http://rt.perl.org/rt3//Public/Bug/Display.html?id=79410 diff --git a/man/man1/dos2unix.pod b/man/man1/dos2unix.pod index b06676f..52e7856 100644 --- a/man/man1/dos2unix.pod +++ b/man/man1/dos2unix.pod @@ -189,7 +189,7 @@ defaults to run in this mode. Wildcard names may be used. In old file (in-place) mode the converted file gets the same owner, group, and read/write permissions as the original file. Also when the file is converted by -an other user who has write permissions on the file (e.g. user root). The +another user who has write permissions on the file (e.g. user root). The conversion will be aborted when it is not possible to preserve the original values. Change of owner could mean that the original owner is not able to read the file any more. Change of group could be a security risk, the file could be |