diff options
author | 2009-08-10 04:53:58 +0000 | |
---|---|---|
committer | 2009-08-10 04:53:58 +0000 | |
commit | b0c577604b55507bec9c6d23f64ae6b121ec0b50 (patch) | |
tree | 66564568cca70c90b42cd2e8d027cc6769523625 | |
parent | advise to update /etc/rc.conf.local instead of /etc/rc.conf; from Remco (diff) | |
download | wireguard-openbsd-b0c577604b55507bec9c6d23f64ae6b121ec0b50.tar.xz wireguard-openbsd-b0c577604b55507bec9c6d23f64ae6b121ec0b50.zip |
need a space between args and punctuation;
-rw-r--r-- | share/man/man4/ddb.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 63184655eec..266a4431bbe 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.59 2009/08/09 23:04:47 miod Exp $ +.\" $OpenBSD: ddb.4,v 1.60 2009/08/10 04:53:58 jmc Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -25,7 +25,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd $Mdocdate: August 9 2009 $ +.Dd $Mdocdate: August 10 2009 $ .Dt DDB 4 .Os .Sh NAME @@ -96,7 +96,7 @@ the current location is called The .Ic examine , .Ic search , -.Ic show struct, +.Ic show struct , and .Ic write commands update |