Module Name:    othersrc
Committed By:   wiz
Date:           Tue Aug 14 06:52:39 UTC 2012

Modified Files:
        othersrc/external/bsd/bsd-pkg-config/dist: bsd-pkg-config.1

Log Message:
Use standard section headers and content and remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    othersrc/external/bsd/bsd-pkg-config/dist/bsd-pkg-config.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/bsd-pkg-config/dist/bsd-pkg-config.1
diff -u othersrc/external/bsd/bsd-pkg-config/dist/bsd-pkg-config.1:1.1.1.1 othersrc/external/bsd/bsd-pkg-config/dist/bsd-pkg-config.1:1.2
--- othersrc/external/bsd/bsd-pkg-config/dist/bsd-pkg-config.1:1.1.1.1	Tue Aug 14 06:45:30 2012
+++ othersrc/external/bsd/bsd-pkg-config/dist/bsd-pkg-config.1	Tue Aug 14 06:52:39 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: bsd-pkg-config.1,v 1.1.1.1 2012/08/14 06:45:30 agc Exp $
+.\" $NetBSD: bsd-pkg-config.1,v 1.2 2012/08/14 06:52:39 wiz Exp $
 .\"
 .\" Copyright (c) 2012 Alistair Crooks <a...@netbsd.org>
 .\" All rights reserved.
@@ -96,17 +96,13 @@ file.
 .It Fl Fl version
 prints the version number of this utility, and exits.
 .El
-.Pp
-.Sh EXIT VALUES
-The
-.Nm
-utility will return 0 for success,
-and non-zero for failure.
+.Sh EXIT STATUS
+.Ex -std bsd-pkg-config
 .Sh EXAMPLES
 .Bd -literal
 % bsd-pkg-config --libs-only-l libtiff-4
--ltiff 
-% bsd-pkg-config --libs-only-L libtiff-4 
+-ltiff
+% bsd-pkg-config --libs-only-L libtiff-4
 -L/usr/pkg/lib
 % bsd-pkg-config --libs libtiff-4
  -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -ltiff

Reply via email to