From a4b155d7a2170a500eb79b46959eef4018441062 Mon Sep 17 00:00:00 2001 From: ru 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/minherit.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/sys/minherit.2') diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2 index cb9d1e0..b19e36d 100644 --- a/lib/libc/sys/minherit.2 +++ b/lib/libc/sys/minherit.2 @@ -61,7 +61,7 @@ Inheritance only effects children created by It has no effect on .Fn exec . exec'd processes replace their address space entirely. -This function also +This system call also has no effect on the parent's address space (other than to potentially share the address space with its children). .Pp @@ -101,7 +101,7 @@ space in the parent. .Sh ERRORS The .Fn minherit -function will fail if: +system call will fail if: .Bl -tag -width Er .It Bq Er EINVAL The virtual address range specified by the @@ -137,5 +137,5 @@ short of unmapping and remapping the area. .Sh HISTORY The .Fn minherit -function first appeared in +system call first appeared in .Ox . -- cgit v1.1