diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-25 19:35:57 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-08-25 19:35:57 +0000 |
commit | 163c6f94ed9908760f05b0fa1702cda394b632bf (patch) | |
tree | cee0c52e465b2459b1e6e258e80717b2552b4875 | |
parent | b754a860a577c24dc444c5fb8e1952acfa7383d1 (diff) |
Remove dangling comma.
-rw-r--r-- | usr.sbin/wsconscfg/wsconscfg.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/wsconscfg.8 b/usr.sbin/wsconscfg/wsconscfg.8 index e9c91200a22..7d4159faf6e 100644 --- a/usr.sbin/wsconscfg/wsconscfg.8 +++ b/usr.sbin/wsconscfg/wsconscfg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsconscfg.8,v 1.9 2001/07/31 00:33:26 deraadt Exp $ +.\" $OpenBSD: wsconscfg.8,v 1.10 2001/08/25 19:35:56 aaron Exp $ .\" $NetBSD: wsconscfg.8,v 1.5 1999/05/15 14:45:06 drochner Exp $ .\" .Dd January 12, 1999 @@ -122,7 +122,7 @@ Connect the first unconnected keyboard to the display. .Xr wscons 4 , .Xr wskbd 4 .Xr wsconsctl 8 , -.Xr wsfontload 8 , +.Xr wsfontload 8 .Sh HISTORY The .Nm |