Browse Source

remove .Tn; from Jan Stary <hans at stare dot cz>

OPENBSD_5_7
schwarze 9 years ago
parent
commit
3772d4b01b
3 changed files with 10 additions and 18 deletions
  1. +4
    -8
      src/lib/libutil/fparseln.3
  2. +3
    -5
      src/lib/libutil/opendev.3
  3. +3
    -5
      src/lib/libutil/pw_lock.3

+ 4
- 8
src/lib/libutil/fparseln.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: fparseln.3,v 1.8 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: fparseln.3,v 1.9 2015/01/15 19:06:32 schwarze Exp $
.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $ .\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
.\" .\"
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved. .\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt FPARSELN 3 .Dt FPARSELN 3
.Os .Os
.Sh NAME .Sh NAME
@ -75,9 +75,7 @@ the value of the memory location to which
references is incremented by the number of lines actually read from the file. references is incremented by the number of lines actually read from the file.
.It Fa delim .It Fa delim
Contains the escape, continuation, and comment characters. Contains the escape, continuation, and comment characters.
If a character is
.Tn NUL
then processing for that character is disabled.
If a character is NUL then processing for that character is disabled.
If If
.Dv NULL , .Dv NULL ,
all characters default to values specified below. all characters default to values specified below.
@ -104,9 +102,7 @@ end of the current line.
.It Fa flags .It Fa flags
If non-zero, alter the operation of If non-zero, alter the operation of
.Fn fparseln . .Fn fparseln .
The various flags, which may be
.Tn OR Ns 'ed
together, are:
The various flags, which may be OR'ed together, are:
.Bl -tag -width "FPARSELN_UNESCCOMM" .Bl -tag -width "FPARSELN_UNESCCOMM"
.It Dv FPARSELN_UNESCCOMM .It Dv FPARSELN_UNESCCOMM
Remove escape preceding an escaped comment. Remove escape preceding an escaped comment.


+ 3
- 5
src/lib/libutil/opendev.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: opendev.3,v 1.21 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: opendev.3,v 1.22 2015/01/15 19:06:32 schwarze Exp $
.\" .\"
.\" Copyright (c) 2000, Todd C. Miller. All rights reserved. .\" Copyright (c) 2000, Todd C. Miller. All rights reserved.
.\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" Copyright (c) 1996, Jason Downs. All rights reserved.
@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt OPENDEV 3 .Dt OPENDEV 3
.Os .Os
.Sh NAME .Sh NAME
@ -78,9 +78,7 @@ passed to
.Pp .Pp
The The
.Fa dflags .Fa dflags
are specified by
.Tn OR Ns 'ing
the following values:
are specified by OR'ing the following values:
.Bd -literal -offset indent .Bd -literal -offset indent
OPENDEV_PART attempt to open the raw partition during expansion OPENDEV_PART attempt to open the raw partition during expansion
OPENDEV_BLCK open the block device (default is character device) OPENDEV_BLCK open the block device (default is character device)


+ 3
- 5
src/lib/libutil/pw_lock.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pw_lock.3,v 1.16 2013/06/05 03:40:26 tedu Exp $
.\" $OpenBSD: pw_lock.3,v 1.17 2015/01/15 19:06:32 schwarze Exp $
.\" .\"
.\" Copyright (c) 1995 .\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: June 5 2013 $
.Dd $Mdocdate: January 15 2015 $
.Dt PW_LOCK 3 .Dt PW_LOCK 3
.Os .Os
.Sh NAME .Sh NAME
@ -88,9 +88,7 @@ If a
is specified, only the record for the specified user will be updated. is specified, only the record for the specified user will be updated.
The The
.Fa pwflags .Fa pwflags
are specified by
.Tn OR Ns 'ing
the following values:
are specified by OR'ing the following values:
.Pp .Pp
.Bl -tag -width _PASSWORD_SECUREONLY -offset "xxxx" -compact .Bl -tag -width _PASSWORD_SECUREONLY -offset "xxxx" -compact
.It Dv _PASSWORD_SECUREONLY .It Dv _PASSWORD_SECUREONLY


Loading…
Cancel
Save