diff options
author | tjr <tjr@FreeBSD.org> | 2002-12-27 08:28:53 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-12-27 08:28:53 +0000 |
commit | baa27ec2ab63c9f960ba6639448d4dbc4ec095ba (patch) | |
tree | 72131af242cd6a3cf62bbbad4966c806b02a2b38 /lib/libc | |
parent | 997c868ce326c489acf37b79b4f2e41ff6536ffc (diff) | |
download | FreeBSD-src-baa27ec2ab63c9f960ba6639448d4dbc4ec095ba.zip FreeBSD-src-baa27ec2ab63c9f960ba6639448d4dbc4ec095ba.tar.gz |
Fix a small typo.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/wordexp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/wordexp.3 b/lib/libc/gen/wordexp.3 index 895e90e..a4c5c71 100644 --- a/lib/libc/gen/wordexp.3 +++ b/lib/libc/gen/wordexp.3 @@ -192,7 +192,7 @@ The .Fn wordexp and .Fn wordfree -functions conforms to +functions conform to .St -p1003.1-2001 . .Sh BUGS Do not pass untrusted user data to |