We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff75f6 commit b5f361bCopy full SHA for b5f361b
Doc/library/netrc.rst
@@ -14,8 +14,8 @@
14
15
This module implements an object-oriented interface to :file:`.netrc` files.
16
17
-VxWorks has no user home directory so it doesn't support ftp auto-login. This module
18
-is not supported on VxWorks.
+.. availability:: Unix. VxWorks has no user home directory so it doesn't support ftp
+auto-login. This module is not supported on VxWorks.
19
20
The :class:`~netrc.netrc` class parses and encapsulates the netrc file format used by
21
the Unix :program:`ftp` program and other FTP clients.
0 commit comments