diff options
| author | ceri <ceri@submonkey.net> | 2021-02-25 17:24:19 +0000 |
|---|---|---|
| committer | Daniel Ebdrup Jensen <debdrup@FreeBSD.org> | 2021-02-26 13:09:19 +0000 |
| commit | 1bf86687c2eb744497b6d9fd02b80e9821b1f4d6 (patch) | |
| tree | e0da8006c0da4b75828f3d859245666a840e26c2 | |
| parent | 172f2fc11cc560bbd3d3b29260a8ae21df6a541b (diff) | |
| download | src-1bf86687c2eb744497b6d9fd02b80e9821b1f4d6.tar.gz src-1bf86687c2eb744497b6d9fd02b80e9821b1f4d6.zip | |
etc/shells: Add a reference to the ftpd manpage
While here, also fix incorrect capitalizaiton
| -rw-r--r-- | etc/shells | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/shells b/etc/shells index fe1e0294a010..a3107faec4c2 100644 --- a/etc/shells +++ b/etc/shells @@ -1,7 +1,7 @@ # $FreeBSD$ # # List of acceptable shells for chpass(1). -# Ftpd will not allow users to connect who are not using +# ftpd(8) will not allow users to connect who are not using # one of these shells. /bin/sh |
