diff options
| author | Dan McDonald <danmcd@joyent.com> | 2022-03-01 10:34:04 -0500 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2022-03-01 10:34:04 -0500 |
| commit | e652cebfb0812bf9a7c35aaeb9804bfa0ecc900d (patch) | |
| tree | 6582809bcea19f13a6d7dd5e3e395ead8ea6f66b | |
| parent | 8d5f3f64e8c27482b578733fe3dd4cae0cce9eba (diff) | |
| download | illumos-joyent-e652cebfb0812bf9a7c35aaeb9804bfa0ecc900d.tar.gz | |
Forgot inotify(5->7) and lx(5->7)
| -rw-r--r-- | usr/src/man/man7/inotify.7 (renamed from usr/src/man/man5/inotify.5) | 6 | ||||
| -rw-r--r-- | usr/src/man/man7/lx.7 (renamed from usr/src/man/man5/lx.5) | 26 |
2 files changed, 16 insertions, 16 deletions
diff --git a/usr/src/man/man5/inotify.5 b/usr/src/man/man7/inotify.7 index 9b0016101d..13ea10cf2b 100644 --- a/usr/src/man/man5/inotify.5 +++ b/usr/src/man/man7/inotify.7 @@ -8,7 +8,7 @@ .\" A full copy of the text of the CDDL should have accompanied this .\" source. A copy of the CDDL is also available via the Internet at .\" http://www.illumos.org/license/CDDL. -.TH INOTIFY 5 "Sep 17, 2014" +.TH INOTIFY 7 "Sep 17, 2014" .SH NAME inotify \- Linux-compatible file event notification facility .SH SYNOPSIS @@ -252,7 +252,7 @@ The filesystem containing the watched entity was unmounted. .LP \fBinotify\fR instances can be monitored via \fBpoll\fR(2), -\fBport_get\fR(3C), \fBepoll\fR(5), etc. +\fBport_get\fR(3C), \fBepoll\fR(7), etc. The event queue associated with an \fBinotify\fR instance is serialized and ordered: events will be placed on the tail of the queue in the order @@ -302,4 +302,4 @@ that contain files with multiple hard links in the same directory. .sp .LP \fBinotify_init\fR(3C), \fBinotify_init1\fR(3C), \fBinotify_add_watch\fR(3C), -\fBinotify_rm_watch\fR(3C), \fBport_get\fR(3C), \fBepoll\fR(5) +\fBinotify_rm_watch\fR(3C), \fBport_get\fR(3C), \fBepoll\fR(7) diff --git a/usr/src/man/man5/lx.5 b/usr/src/man/man7/lx.7 index 9ad903a396..a45ead418c 100644 --- a/usr/src/man/man5/lx.5 +++ b/usr/src/man/man7/lx.7 @@ -12,7 +12,7 @@ .\" Copyright 2016, Joyent, Inc. .\" .Dd February 5, 2106 -.Dt LX 5 +.Dt LX 7 .Os .Sh NAME .Nm lx @@ -22,7 +22,7 @@ The .Em lx brand uses the -.Xr brands 5 +.Xr brands 7 framework to provide an environment for running binary applications built for GNU/Linux. User-level code, including an entire Linux distribution, can run inside the @@ -48,7 +48,7 @@ That is, within the zone there is no way to increase the resource limits set on the zone itself. .Pp The zone must be installed using a clone of a -.Xr zfs 1m +.Xr zfs 8 dataset which contains an image of the software to be run in the zone. .Pp Example: @@ -59,7 +59,7 @@ within the zone under the .Em /native mount point. This allows the use of various native tools such as -.Xr dtrace 1m , +.Xr dtrace 8 , .Xr mdb 1 , or the .Xr proc 1 @@ -71,7 +71,7 @@ zone. The .Em kernel-version attribute can be included in the zone's -.Xr zonecfg 1m +.Xr zonecfg 8 settings as a way to specify the Linux version that the zone is emulating. For example, the value could be .Em 3.13.0 . @@ -103,11 +103,11 @@ privileges. .Sh SEE ALSO .Xr mdb 1 , .Xr proc 1 , -.Xr dtrace 1m , -.Xr zfs 1m , -.Xr zoneadm 1m , -.Xr zonecfg 1m , -.Xr brands 5 , -.Xr privileges 5 , -.Xr resource_controls 5 , -.Xr zones 5 +.Xr brands 7 , +.Xr privileges 7 , +.Xr resource_controls 7 , +.Xr zones 7 , +.Xr dtrace 8 , +.Xr zfs 8 , +.Xr zoneadm 8 , +.Xr zonecfg 8 |
