summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-10-30 15:27:58 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-10-30 15:27:58 +0000
commit8045deeaab6e3d74bf0dba5f7146d98d9f66e626 (patch)
treeffd90129a27e8f50388924fefedac3faf3c90a6e /share/man
parent9330a7971561ce73c9f9b49eba2ad6ac06d267f1 (diff)
Notes
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/update.46
-rw-r--r--share/man/man9/namei.92
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/update.4 b/share/man/man4/update.4
index 76eaed1f91f6..8a16a248287e 100644
--- a/share/man/man4/update.4
+++ b/share/man/man4/update.4
@@ -68,7 +68,7 @@ function call to do the task.
.Xr sysctl 8
.Sh BUGS
It is possible on some systems that a
-.Xr sync
+.Xr sync 2
occurring simultaneously with a crash may cause
file system damage. See
.Xr fsck 8 .
@@ -77,7 +77,9 @@ An
.Nm update
command appeared in
.At v6 ,
-and was usually started by /etc/rc when the system went multi-user.
+and was usually started by
+.Pa /etc/rc
+when the system went multi-user.
A kernel initiated
.Nm update
process first appeared in
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index a90a5f4448d2..aa3f0913700b 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -156,7 +156,7 @@ the implementation of stacking layers that do full namespace escapes.
.Sh SEE ALSO
.Xr VFS 9 ,
.Xr vnode 9 ,
-src/sys/kern/vfs_lookup.c
+.Pa src/sys/kern/vfs_lookup.c
.Sh AUTHORS
This man page was written by
.An Eivind Eklund .