Module Name: othersrc
Committed By: wiz
Date: Sun Aug 12 09:46:41 UTC 2012
Modified Files:
othersrc/external/bsd/bsdlibtool/dist: bsdlibtool.1
Log Message:
Sort SEE ALSO. Fix whitespace/casing nits. Use EXIT STATUS section
with .Ex instead of RETURN VALUES (which is only intended for functions).
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
othersrc/external/bsd/bsdlibtool/dist/bsdlibtool.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/bsdlibtool/dist/bsdlibtool.1
diff -u othersrc/external/bsd/bsdlibtool/dist/bsdlibtool.1:1.1.1.1 othersrc/external/bsd/bsdlibtool/dist/bsdlibtool.1:1.2
--- othersrc/external/bsd/bsdlibtool/dist/bsdlibtool.1:1.1.1.1 Sun Aug 12 01:01:46 2012
+++ othersrc/external/bsd/bsdlibtool/dist/bsdlibtool.1 Sun Aug 12 09:46:41 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: bsdlibtool.1,v 1.1.1.1 2012/08/12 01:01:46 agc Exp $
+.\" $NetBSD: bsdlibtool.1,v 1.2 2012/08/12 09:46:41 wiz Exp $
.\"
.\" Copyright (c) 2012 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -28,7 +28,7 @@
.Os
.Sh NAME
.Nm bsdlibtool
-.Nd Script to provide portable library linking and installation
+.Nd script to provide portable library linking and installation
.Sh SYNOPSIS
.Nm
.Op Fl Fl dry-run
@@ -38,7 +38,7 @@
.Op Fl Fl target Ns = Ns cpu-vendor-os
.Op Fl Fl verbose
.Op Fl Fl version
-.Op Ar command...
+.Op Ar command ...
.Sh DESCRIPTION
The
.Nm
@@ -205,14 +205,11 @@ install: libhello.la
mkdir -p ${PREFIX}/lib
${LIBTOOL} --mode=install --verbose install -c -m 0755 -o root -g wheel libhello.la ${PREFIX}/lib
.Ed
-.Sh RETURN VALUES
-The
-.Nm
-utility will return 0 for success,
-and 1 for failure.
+.Sh EXIT STATUS
+.Ex -std bsdlibtool
.Sh EXAMPLES
.Bd -literal
-% cat Makefile
+% cat Makefile
PREFIX=/usr/pkg
LIBTOOL=bsdlibtool
CFLAGS=-g -O0
@@ -262,8 +259,8 @@ libtool: install: ranlib /usr/pkg/lib/li
.Sh SEE ALSO
.Xr ar 1 ,
.Xr cp 1 ,
-.Xr ln 1 ,
.Xr install 1 ,
+.Xr ln 1 ,
.Xr make 1 ,
.Xr ranlib 1 ,
.Xr sed 1