diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-12-14 16:43:51 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-14 16:48:06 +0000 |
| commit | 5917f9571dabddf28f95d15c17b65dc163628d44 (patch) | |
| tree | 9284d1ec8571cf2846f461660f4135eb3dd86fb0 | |
| parent | 66eb78377bf109af1d9e25626bf254b4369436ec (diff) | |
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).")
| -rw-r--r-- | usr.bin/login/login.1 | 4 |
1 files 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 |
