The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=5917f9571dabddf28f95d15c17b65dc163628d44
commit 5917f9571dabddf28f95d15c17b65dc163628d44 Author: Ed Maste <[email protected]> AuthorDate: 2025-12-14 16:43:51 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-12-14 16:48:06 +0000 login.1: Remove mention of login copyright display PR: 291649 Fixes: 905571c03119 ("Remove copyright strings printed at login time via login(1) or sshd(8).") --- usr.bin/login/login.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 8c24c4bda9f0..5dbe307e5dd3 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 29, 2022 +.Dd December 14, 2025 .Dt LOGIN 1 .Os .Sh NAME @@ -87,7 +87,7 @@ file. .Pp Immediately after logging a user in, .Nm -displays the system copyright notice, the date and time the user last +displays the date and time the user last logged in, the message of the day as well as other information. If the file .Pa .hushlogin
