diff options
| author | Alexander Ziaee <concussious@runbox.com> | 2024-09-14 23:26:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-11-29 21:38:35 +0000 |
| commit | 4d12c7b9df660b15580ff3b07ef5570d1cab958a (patch) | |
| tree | 1a149d80ee34dc0b49bc03ee05733d77016ba043 | |
| parent | e2a72442bd57c1373c30fab945fbfc86464f3782 (diff) | |
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
| -rw-r--r-- | usr.bin/tip/tip/cu.1 | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
