summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-07-21 06:27:39 +0000
committerJim Meyering <jim@meyering.net>1995-07-21 06:27:39 +0000
commit0e7bce124f69090b100e9d8094425dec1887ad0f (patch)
treefe089605fbfb15a3256a5e20a6c5a8863916561c /src/cat.c
parent35eda3509eae6ca7fb66cf108cfbacddaa86d862 (diff)
downloadcoreutils-0e7bce124f69090b100e9d8094425dec1887ad0f.tar.xz
reformat comment
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cat.c b/src/cat.c
index ca9d87ac8..0e4ce04b0 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -12,8 +12,8 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Differences from the Unix cat:
* Always unbuffered, -u is ignored.