summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-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 .