The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4d12c7b9df660b15580ff3b07ef5570d1cab958a

commit 4d12c7b9df660b15580ff3b07ef5570d1cab958a
Author:     Alexander Ziaee <[email protected]>
AuthorDate: 2024-09-14 23:26:16 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2024-11-29 21:38:35 +0000

    cu.1: describe better + tag spdx
    
    Preserve over 40 years of "call UNIX" BSD heritage
    while answering "one line about what it does" e.g.
    
    "how do I get a serial console?"
    "% apropos serial"
    
    MFC after:      3 days
    Reported by:    imp
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1423
---
 usr.bin/tip/tip/cu.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/usr.bin/tip/tip/cu.1 b/usr.bin/tip/tip/cu.1
index 328623ce5548..5852a2a6e6d5 100644
--- a/usr.bin/tip/tip/cu.1
+++ b/usr.bin/tip/tip/cu.1
@@ -1,3 +1,6 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-3-Clause
+.\"
 .\"    $OpenBSD: cu.1,v 1.3 2006/06/07 06:35:59 mbalmer Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
@@ -32,7 +35,7 @@
 .Os
 .Sh NAME
 .Nm cu
-.Nd call UNIX
+.Nd call UNIX over a serial line
 .Sh SYNOPSIS
 .Nm
 .Op Fl ehot

Reply via email to