From a4d3a130109cb10f566cf7f0248498a406451488 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 26 Jan 2010 17:21:25 +0000 Subject: [PATCH] Add information about when nmount(2) was introduced. --- lib/libc/sys/mount.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 6ce2d4d2fa74..b65c1b625929 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -28,7 +28,7 @@ .\" @(#)mount.2 8.3 (Berkeley) 5/24/95 .\" $FreeBSD$ .\" -.Dd February 23, 2005 +.Dd January 26, 2010 .Dt MOUNT 2 .Os .Sh NAME @@ -368,5 +368,9 @@ and .Fn unmount functions appeared in .At v6 . +The +.Fn nmount +system call first appeared in +.Fx 5.0 . .Sh BUGS Some of the error codes need translation to more obvious messages.