Bug 227399 - misc/rpl man/rpl.1.gz: option -e: examples: missing backslash escapes: patch attached
Summary: misc/rpl man/rpl.1.gz: option -e: examples: missing backslash escapes: patch ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-09 21:09 UTC by ossbsd
Modified: 2018-04-10 09:19 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mich)


Attachments
rpl.1 patch to add backslash escapes to option -e examples (1.23 KB, text/plain)
2018-04-09 21:09 UTC, ossbsd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ossbsd 2018-04-09 21:09:24 UTC
Created attachment 192369 [details]
rpl.1 patch to add backslash escapes to option -e examples

Description
missing escapes in manpage section covering option -e

Reproduce
$ man rpl
/  -e
# observe missing characters in examples, eg: what should 
# display as '\t' instead displays as ''. Solution is to
# alter rpl.1 single '\' to '\\', as in '\t' to '\\t'
# as man toolchain (groff,troff,etc) strip/interpret 
# (single backslash, following character) as embed 
# commands

File
/usr/local/man/man1/rpl.1.gzpatch 

Patch
patch.txt attached for v1.4.1 rpl.1

Bugs/Notes
1  Sent patch.txt upstream to software@laffeycomputer.com, 
   but not sure still active, last change to distro was 
   repl.1.4.1.tar.gz dated 2008.04.24
2  upstream distro url:
   http://downloads.laffeycomputer.com/current_builds/rpl-1.4.1.tar.gz
Comment 1 Michael Landin freebsd_committer freebsd_triage 2018-04-10 09:18:24 UTC
Committed, thanks
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-04-10 09:19:05 UTC
A commit references this bug:

Author: mich
Date: Tue Apr 10 09:18:04 UTC 2018
New revision: 466949
URL: https://svnweb.freebsd.org/changeset/ports/466949

Log:
  - missing escapes in manpage section covering option -e

  PR:		227399
  Submitted by:	ossbsd@gmail.com

Changes:
  head/misc/rpl/files/
  head/misc/rpl/files/patch-man_rpl.1