Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102891517
D45231.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
441 B
Referenced Files
None
Subscribers
None
D45231.id.diff
View Options
diff --git a/usr.bin/man/man.sh.orig b/usr.bin/man/man.sh
--- a/usr.bin/man/man.sh.orig
+++ b/usr.bin/man/man.sh
@@ -171,7 +171,7 @@
# non-standard width
unset use_cat
decho " Skipping catpage: non-standard page width"
- elif exists "$2" && is_newer $found "$manpage"; then
+ elif [ -n "$2" ] && exists "$2" && is_newer $found "$manpage"; then
# cat page found and is newer, use that
use_cat=yes
catpage=$found
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 9:31 AM (14 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14714158
Default Alt Text
D45231.id.diff (441 B)
Attached To
Mode
D45231: man(1) fix to ".so" file redirection
Attached
Detach File
Event Timeline
Log In to Comment