diff options
author | 2002-05-20 02:53:42 +0000 | |
---|---|---|
committer | 2002-05-20 02:53:42 +0000 | |
commit | a272443ba3b5c33dba5851e6906f678742f40430 (patch) | |
tree | 1be82f2568cd9cf55afafbc05cc43f1fef1f8e0b | |
parent | Move verbiage about '!' and '!foo' at prompts to welcome_banner() from (diff) | |
download | wireguard-openbsd-a272443ba3b5c33dba5851e6906f678742f40430.tar.xz wireguard-openbsd-a272443ba3b5c33dba5851e6906f678742f40430.zip |
fix a typo; from David Krause <openbsd@davidkrause.com>
-rw-r--r-- | share/man/man4/sti.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/sti.4 b/share/man/man4/sti.4 index 14ee167c44a..3463ae0c69e 100644 --- a/share/man/man4/sti.4 +++ b/share/man/man4/sti.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sti.4,v 1.5 2002/04/06 01:28:22 mickey Exp $ +.\" $OpenBSD: sti.4,v 1.6 2002/05/20 02:53:42 mickey Exp $ .\" .\" Copyright (c) 2001 Michael Shalayeff .\" All rights reserved. @@ -79,7 +79,7 @@ Miscellaneous utility functions. .El .Pp There are two modes for accessing the PROM: -.Dr byte +.Dq byte and .Dq word mode. |