summaryrefslogtreecommitdiff
path: root/lisp/rlogin.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-22 16:53:22 +0000
commit9e3449951300f525faa7d3079742c00a9c14f1fb (patch)
treef249eceda176c56309e63589f53565d3f14c83c0 /lisp/rlogin.el
parentd431ffee1466f32b0c5c9109eef87195abc62eeb (diff)
downloademacs-9e3449951300f525faa7d3079742c00a9c14f1fb.tar.gz
Added or corrected Commentary headers
Diffstat (limited to 'lisp/rlogin.el')
-rw-r--r--lisp/rlogin.el48
1 files changed, 26 insertions, 22 deletions
diff --git a/lisp/rlogin.el b/lisp/rlogin.el
index db0832c2d5b..bd6fc6ec3f6 100644
--- a/lisp/rlogin.el
+++ b/lisp/rlogin.el
@@ -3,28 +3,32 @@
;; Maintainer: Noah Friedman <friedman@prep.ai.mit.edu>
;; Keywords: unix, comm
-;;; Copyright (C) 1992 Free Software Foundation, Inc.
-;;;
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2, or (at your option)
-;;; any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; 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, you can either send email to this
-;;; program's author (see below) or write to:
-;;;
-;;; The Free Software Foundation, Inc.
-;;; 675 Massachusetts Avenue.
-;;; Cambridge, MA 02139, USA.
-;;;
-
-;;; Todo: add directory tracking using ange-ftp style patchnames for the cwd.
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+;;
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+;;
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; 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, you can either send email to this
+;; program's author (see below) or write to:
+;;
+;; The Free Software Foundation, Inc.
+;; 675 Massachusetts Avenue.
+;; Cambridge, MA 02139, USA.
+;;
+
+;;; Commentary:
+
+;; Support for remote login over Internet using rlogin(1).
+;;
+;; Todo: add directory tracking using ange-ftp style patchnames for the cwd.
;;; Code: