diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-05-19 12:10:48 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-05-19 12:10:48 +0000 |
| commit | a7c13ccc014c5ac69dff8a2455d2afb4430b8102 (patch) | |
| tree | ffcb8737858b6f91412a1c12eea7d1ae9e226363 | |
| parent | ea7b81d2bd220926be752b6ca59c6396cbeddffd (diff) | |
Notes
| -rw-r--r-- | lib/libgeom/Makefile | 2 | ||||
| -rw-r--r-- | sbin/geom/core/geom.8 | 1 | ||||
| -rw-r--r-- | share/man/man4/geom.4 | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/lib/libgeom/Makefile b/lib/libgeom/Makefile index 7535e1ed37525..b19faf6198ec9 100644 --- a/lib/libgeom/Makefile +++ b/lib/libgeom/Makefile @@ -35,12 +35,14 @@ MLINKS+= \ libgeom.3 gctl_dump.3 \ libgeom.3 g_close.3 \ libgeom.3 g_delete.3 \ + libgeom.3 g_device_path.3 \ libgeom.3 g_flush.3 \ libgeom.3 g_get_ident.3 \ libgeom.3 g_get_name.3 \ libgeom.3 g_mediasize.3 \ libgeom.3 g_open.3 \ libgeom.3 g_open_by_ident.3 \ + libgeom.3 g_providername.3 \ libgeom.3 g_sectorsize.3 .include <bsd.lib.mk> diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index ddf6cd1a12b6a..8477205244b66 100644 --- a/sbin/geom/core/geom.8 +++ b/sbin/geom/core/geom.8 @@ -164,6 +164,7 @@ Unload a kernel module which implements the MD class: geom md unload .Ed .Sh SEE ALSO +.Xr libgeom 3 , .Xr geom 4 , .\" .Xr gcache 8 , .Xr gconcat 8 , diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4 index ec8b6b96d0721..38573893357f0 100644 --- a/share/man/man4/geom.4 +++ b/share/man/man4/geom.4 @@ -432,6 +432,7 @@ This is unused at this time. Dump contents of gctl requests. .El .Sh SEE ALSO +.Xr libgeom 3 , .Xr disk 9 , .Xr DECLARE_GEOM_CLASS 9 , .Xr g_access 9 , |
