diff options
author | 2000-10-18 06:56:04 +0000 | |
---|---|---|
committer | 2000-10-18 06:56:04 +0000 | |
commit | a48582860b6dd20bdeb5396eddc45bbdb2e86394 (patch) | |
tree | 3235fe9272fdc6cb4886c0b30b37309e7b0d85b4 | |
parent | Add some rudimentary EXAMPLES sections and standardize the way we display (diff) | |
download | wireguard-openbsd-a48582860b6dd20bdeb5396eddc45bbdb2e86394.tar.xz wireguard-openbsd-a48582860b6dd20bdeb5396eddc45bbdb2e86394.zip |
typo
-rw-r--r-- | bin/mkdir/mkdir.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index aa899f952a5..4f2d8243626 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdir.1,v 1.13 2000/10/18 06:55:09 aaron Exp $ +.\" $OpenBSD: mkdir.1,v 1.14 2000/10/18 06:56:04 aaron Exp $ .\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -99,7 +99,7 @@ Create a directory named .Pp Create a directory named .Pa foobar -and sets its file mode to 700. +and set its file mode to 700. .Pp .Cm mkdir -p cow/horse/monkey .Pp |