Bug 245934

Summary: nroff improvements
Product: [Fedora] Fedora Reporter: Miroslav Lichvar <mlichvar>
Component: groffAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-03 14:58:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
suggested patch none

Description Miroslav Lichvar 2007-06-27 14:24:29 UTC
Description of problem:
nroff fails when /tmp is read-only. I often need to read some man pages while
rescuing a system with read-only root filesystem :). A buffer in bash can used
instead of the temp file if /tmp is read-only.

Also, in most cases when both input and output charsets are utf-8 it's
unnecessary to invoke iconv, and a process can be saved for groff.

Version-Release number of selected component (if applicable):
groff-1.18.1.4-2

How reproducible:
always

Steps to Reproduce:
1. remount ro / 
2. man man
  
Actual results:
man fails

Expected results:
man works ok

Comment 1 Miroslav Lichvar 2007-06-27 14:24:29 UTC
Created attachment 158017 [details]
suggested patch

Comment 2 Marcela Mašláňová 2007-07-03 14:58:14 UTC
Thanks for patch