From 2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 18 Dec 2002 09:22:32 +0000 Subject: mdoc(7) police: Tidy up the syscall language. Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. --- lib/libc/sys/mount.2 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'lib/libc/sys/mount.2') diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index b5f92f223226..792215889193 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -51,7 +51,7 @@ .Sh DESCRIPTION The .Fn mount -function grafts +system call grafts a file system object onto the system file tree at the point .Ar dir . @@ -137,14 +137,14 @@ By convention file system manual pages are named by prefixing ``mount_'' to the name of the file system as returned by .Xr lsvfs 1 . Thus the -.Nm NFS +.Tn NFS file system is described by the .Xr mount_nfs 8 manual page. .Pp The .Fn unmount -function call disassociates the file system from the specified +system call disassociates the file system from the specified mount point .Fa dir . .Pp @@ -173,7 +173,7 @@ pages for more information. .Sh ERRORS The .Fn mount -function will fail when one of the following occurs: +system call will fail when one of the following occurs: .Bl -tag -width Er .It Bq Er EPERM The caller is not the super-user. @@ -250,7 +250,7 @@ points outside the process's allocated address space. .Pp The .Fn unmount -function may fail with one of the following errors: +system call may fail with one of the following errors: .Bl -tag -width Er .It Bq Er EPERM The caller is not the super-user. @@ -284,8 +284,9 @@ mounted. .Sh BUGS Some of the error codes need translation to more obvious messages. .Sh HISTORY -.Fn Mount +The +.Fn mount and .Fn unmount -function calls appeared in +functions appeared in .At v6 . -- cgit v1.3