From owner-freebsd-questions Sun Feb 9 10:08:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA26469 for questions-outgoing; Sun, 9 Feb 1997 10:08:55 -0800 (PST) Received: from sag.space.lockheed.com (sag.space.lockheed.com [192.68.162.134]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA26459 for ; Sun, 9 Feb 1997 10:08:51 -0800 (PST) Received: from localhost by sag.space.lockheed.com; (5.65v3.2/1.1.8.2/21Nov95-0423PM) id AA25389; Sun, 9 Feb 1997 10:08:46 -0800 Date: Sun, 9 Feb 1997 10:08:45 -0800 (PST) From: "Brian N. Handy" To: freebsd-questions@freebsd.org Subject: Stupid vi question Message-Id: X-Files: The truth is out there Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey, So...here's something that's annoyed me for a long time, and now someone else has asked me the same question. When you're in vi...if you want to wrap a paragraph of text, you might use a command like: !}fmt Now, on every machine other than mine, this works. On my FreeBSD box, I get: stty: stdin isn't a terminal (Though the wrap works fine and there are no other problems.) What's going on here? How do I fix this? Clueless, Brian