diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-10 20:29:51 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-10 20:29:51 +0000 |
commit | 41ab027e113ebe096d68759863e5c0b124ff328e (patch) | |
tree | 53daa7a3895ce8d20085bebb2bac87a389ec9ee8 | |
parent | 4bc86337be16f908fd2ea598265a0259b3d193d4 (diff) |
Console functionality is there now.
-rw-r--r-- | share/man/man4/man4.sparc64/sbbc.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/sbbc.4 b/share/man/man4/man4.sparc64/sbbc.4 index 73dd1bd1128..e195bda953f 100644 --- a/share/man/man4/man4.sparc64/sbbc.4 +++ b/share/man/man4/man4.sparc64/sbbc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sbbc.4,v 1.2 2008/07/06 14:34:14 jmc Exp $ +.\" $OpenBSD: sbbc.4,v 1.3 2008/07/10 20:29:50 kettenis Exp $ .\" .\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 6 2008 $ +.Dd $Mdocdate: July 10 2008 $ .Dt SBBC 4 sparc64 .Os .Sh NAME @@ -41,5 +41,3 @@ The .Nm driver was written by .An Mark Kettenis Aq kettenis@openbsd.org . -.Sh BUGS -Console support isn't there yet. |