From cb65615ce5edfc2a88ebe1f893bf923ae816ed03 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 8 Mar 2005 20:29:55 +0000 Subject: [PATCH] Fix some groff warnings. --- lib/libc/sys/jail.2 | 4 ++-- lib/libc/sys/tls.2 | 4 +--- lib/libc/sys/umtx.2 | 4 +--- sbin/mountctl/mountctl.8 | 3 +-- share/man/man4/iwi.4 | 3 +-- usr.bin/relpath/relpath.1 | 4 +--- usr.sbin/iwicontrol/iwicontrol.8 | 3 +-- 7 files changed, 8 insertions(+), 17 deletions(-) diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2 index 160c78b030..2d74e2080a 100644 --- a/lib/libc/sys/jail.2 +++ b/lib/libc/sys/jail.2 @@ -7,7 +7,7 @@ .\"---------------------------------------------------------------------------- .\" .\"$FreeBSD: src/lib/libc/sys/jail.2,v 1.10.2.10 2002/12/12 05:26:38 trhodes Exp $ -.\"$DragonFly: src/lib/libc/sys/jail.2,v 1.3 2005/01/31 22:29:59 joerg Exp $ +.\"$DragonFly: src/lib/libc/sys/jail.2,v 1.4 2005/03/08 20:29:55 swildner Exp $ .\" .Dd April 28, 1999 .Dt JAIL 2 @@ -77,7 +77,7 @@ It is possible to identify a process as jailed by examining it will show a field near the end of the line, either as a single hyphen for a process at large, or the hostname currently set for the prison for jailed processes. - +.Pp The program .Xr jls 8 ca be used to identify all active jails. diff --git a/lib/libc/sys/tls.2 b/lib/libc/sys/tls.2 index 3679189f9b..fb4a221040 100644 --- a/lib/libc/sys/tls.2 +++ b/lib/libc/sys/tls.2 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/lib/libc/sys/tls.2,v 1.2 2005/02/23 21:54:01 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/tls.2,v 1.3 2005/03/08 20:29:55 swildner Exp $ .\" .Dd February 21, 2005 .Dt TLS 2 @@ -85,7 +85,6 @@ The actual implementation of the area is machine-dependant. If the kernel is unable to accomodate the supplied size it may create a larger area. If the kernel is unable to accomodate the supplied base address an error will be returned. - .Sh RETURN VALUES A return value of 0 is returned on success, -1 on error. .Sh ERRORS @@ -160,7 +159,6 @@ getdata(int offset) } .Ed - .Sh SEE ALSO .Xr umtx 2 .Sh HISTORY diff --git a/lib/libc/sys/umtx.2 b/lib/libc/sys/umtx.2 index f66de0942f..a0c2b95f18 100644 --- a/lib/libc/sys/umtx.2 +++ b/lib/libc/sys/umtx.2 @@ -30,7 +30,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/lib/libc/sys/umtx.2,v 1.3 2005/02/23 21:54:01 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/umtx.2,v 1.4 2005/03/08 20:29:55 swildner Exp $ .\" .Dd February 21, 2005 .Dt UMTX 2 @@ -200,10 +200,8 @@ userland_rel_mutex(struct umtx *mtx) } } .Ed - .Sh SEE ALSO .Xr tls 2 - .Sh HISTORY The .Fn umtx_sleep , diff --git a/sbin/mountctl/mountctl.8 b/sbin/mountctl/mountctl.8 index 561240c211..735707e82d 100644 --- a/sbin/mountctl/mountctl.8 +++ b/sbin/mountctl/mountctl.8 @@ -31,7 +31,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/sbin/mountctl/mountctl.8,v 1.2 2005/01/09 03:06:14 dillon Exp $ +.\" $DragonFly: src/sbin/mountctl/mountctl.8,v 1.3 2005/03/08 20:29:55 swildner Exp $ .\" .Dd January 8, 2005 .Dt MOUNTCTL 8 @@ -62,7 +62,6 @@ .Fl FZSCA .Op Ar tag/mountpt | mountpt:tag .Pp - .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4 index e03bec7298..196ef5f8f9 100644 --- a/share/man/man4/iwi.4 +++ b/share/man/man4/iwi.4 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/share/man/man4/iwi.4,v 1.1 2005/03/06 05:23:01 dillon Exp $ +.\" $DragonFly: src/share/man/man4/iwi.4,v 1.2 2005/03/08 20:29:55 swildner Exp $ .\" .Dd March 1, 2005 .Os @@ -110,7 +110,6 @@ wicontrol iwi0 -c 0 Disables network auto-create behaviour. .Bd -literal -offset indent wicontrol iwi0 -c 1 Enables network auto-create behaviour. .Ed -.Ed .Sh DIAGNOSTICS .Bl -diag .It "iwi%d: firmware reset" diff --git a/usr.bin/relpath/relpath.1 b/usr.bin/relpath/relpath.1 index 400a1eaa15..3331cf3461 100644 --- a/usr.bin/relpath/relpath.1 +++ b/usr.bin/relpath/relpath.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/usr.bin/relpath/relpath.1,v 1.1 2005/01/19 21:58:04 okumoto Exp $ +.\" $DragonFly: src/usr.bin/relpath/relpath.1,v 1.2 2005/03/08 20:29:55 swildner Exp $ .\" .Dd Jan 19, 2005 .Dt RELPATH 1 @@ -39,11 +39,9 @@ The utility returns a path for 'path' which is relative to the specified 'base'. The path in 'path' and all the elements between it and 'base' must exist on the same filesystem. - .Sh EXAMPLES % relpath /usr/home /usr/home/okumoto/test/main okumoto/test/main - .Sh NOTE/BUG If any element in 'path' has the same inode as 'base' then the path returned will be the same. diff --git a/usr.sbin/iwicontrol/iwicontrol.8 b/usr.sbin/iwicontrol/iwicontrol.8 index ca5e52dc4a..91caef1145 100644 --- a/usr.sbin/iwicontrol/iwicontrol.8 +++ b/usr.sbin/iwicontrol/iwicontrol.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/usr.sbin/iwicontrol/iwicontrol.8,v 1.1 2005/03/06 05:02:03 dillon Exp $ +.\" $DragonFly: src/usr.sbin/iwicontrol/iwicontrol.8,v 1.2 2005/03/08 20:29:55 swildner Exp $ .\" .Dd September 26, 2004 .Os @@ -99,4 +99,3 @@ The not-so-useful-yet .Fl D option and its write up were added by .An Andrew Atrens Aq atrens@nortelnetworks.com . - -- 2.41.0