diff options
author | keramida <keramida@FreeBSD.org> | 2007-10-30 15:27:45 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2007-10-30 15:27:45 +0000 |
commit | 71e35b55950f4767832c30c6dd9de83dca29cf89 (patch) | |
tree | 0daf40bbdd8564ac1c07ec928a52f3022e5dbd11 | |
parent | 6404330211edd8b0a21fe16ac1250ac8bdfa1296 (diff) | |
download | FreeBSD-src-71e35b55950f4767832c30c6dd9de83dca29cf89.zip FreeBSD-src-71e35b55950f4767832c30c6dd9de83dca29cf89.tar.gz |
The .Fx request doesn't recognize 2.2.0, so use ".Fx 2.2"
MFC after: 3 days
-rw-r--r-- | lib/libc/sys/minherit.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2 index 5b3b184..d142fa4 100644 --- a/lib/libc/sys/minherit.2 +++ b/lib/libc/sys/minherit.2 @@ -129,7 +129,7 @@ The system call first appeared in .Ox and then in -.Fx 2.2.0 . +.Fx 2.2 . .Sh BUGS Once you set inheritance to .Dv MAP_PRIVATE |