[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/tramp.texi
From: |
Kai Großjohann |
Subject: |
[Emacs-diffs] Changes to emacs/man/tramp.texi |
Date: |
Sun, 22 Sep 2002 13:39:18 -0400 |
Index: emacs/man/tramp.texi
diff -c emacs/man/tramp.texi:1.12 emacs/man/tramp.texi:1.13
*** emacs/man/tramp.texi:1.12 Sun Sep 22 09:55:14 2002
--- emacs/man/tramp.texi Sun Sep 22 13:39:18 2002
***************
*** 12,18 ****
@c Makefile, so you should edit the top-level Makefile to change
@c the version number.
@macro trampver{}
! 2.0.21
@end macro
@c Entries for @command{install-info} to use
--- 12,18 ----
@c Makefile, so you should edit the top-level Makefile to change
@c the version number.
@macro trampver{}
! 2.0.22
@end macro
@c Entries for @command{install-info} to use
***************
*** 1317,1331 ****
@item @code{tramp-parse-passwd}
@findex tramp-parse-passwd
! Finally a method which parses @file{/etc/passwd} like files.
! Obviously, it can return user names only.
! @end table
! @ifset emacs
! A function which parses @file{~/.netrc"} file syntax doesn't exist in
! @tramp{}, because this task is delegated to
! @value{ftp-package-name}. Its customization should be used instead.
! @end ifset
If you want to keep your own data in a file, with your own structure,
you might provide such a function as well. This function must meet
--- 1317,1330 ----
@item @code{tramp-parse-passwd}
@findex tramp-parse-passwd
! A function which parses @file{/etc/passwd} like files. Obviously, it
! can return user names only.
! @item @code{tramp-parse-netrc}
! @findex tramp-parse-netrc
!
! Finally, a function which parses @file{~/.netrc} like files.
! @end table
If you want to keep your own data in a file, with your own structure,
you might provide such a function as well. This function must meet