diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 09:22:32 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 09:22:32 +0000 |
commit | 2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch) | |
tree | cb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/extattr_get_file.2 | |
parent | a1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=108028
Diffstat (limited to 'lib/libc/sys/extattr_get_file.2')
-rw-r--r-- | lib/libc/sys/extattr_get_file.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2 index 42625b86f117..5716cc2f0112 100644 --- a/lib/libc/sys/extattr_get_file.2 +++ b/lib/libc/sys/extattr_get_file.2 @@ -71,19 +71,19 @@ They exist as pairs within a set of namespaces. The .Fn extattr_get_file -call retrieves the value of the specified extended attribute into +system call retrieves the value of the specified extended attribute into a buffer pointed to by .Fa data of size .Fa nbytes . The .Fn extattr_set_file -call sets the value of the specified extended attribute to the data +system call sets the value of the specified extended attribute to the data described by .Fa data . The .Fn extattr_delete_file -call deletes the extended attribute specified. +system call deletes the extended attribute specified. The .Fn extattr_get_file and @@ -111,11 +111,11 @@ The .Fn extattr_get_link , and .Fn extattr_set_link -functions behave in the same way as their _file counterparts, except that +system calls behave in the same way as their _file counterparts, except that they do not follow symlinks. .Pp The -.Fn extatttr_get_fd , +.Fn extattr_get_fd , .Fn extattr_set_fd , and .Fn extattr_delete_fd @@ -195,7 +195,7 @@ The .Fn extattr_set_fd , and .Fn extattr_delete_fd -functions may also fail if: +system calls may also fail if: .Bl -tag -width Er .It Bq Er EBADF The file descriptor referenced by |