diff options
| author | joerg <joerg@NetBSD.org> | 2009-04-11 15:44:42 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2009-04-11 15:44:42 +0000 |
| commit | 0cc93fa086f6bc05b1df05c05d9a4131c631e28d (patch) | |
| tree | 26f52ed88b6bd65ddb6126a64c1de3e0a5fd0e01 | |
| parent | e112b60607199ae280675b71a02302982f77bced (diff) | |
Use semantic markup.
| -rw-r--r-- | lib/libc/regex/regex.3 | 6 | ||||
| -rw-r--r-- | lib/librmt/rmtops.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index d73e840e778..ecb9d94e5e1 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: regex.3,v 1.18 2003/12/29 17:36:12 wiz Exp $ +.\" $NetBSD: regex.3,v 1.19 2009/04/11 15:44:42 joerg Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -514,7 +514,9 @@ An empty string is not a legal RE. .Pp A `{' followed by a digit is considered the beginning of bounds for a bounded repetition, which must then follow the syntax for bounds. -A `{' \fInot\fR followed by a digit is considered an ordinary character. +A `{' +.Em not +followed by a digit is considered an ordinary character. .Pp `^' and `$' beginning and ending subexpressions in obsolete (``basic'') REs are anchors, not ordinary characters. diff --git a/lib/librmt/rmtops.3 b/lib/librmt/rmtops.3 index 65792bba78c..ebfcacb2850 100644 --- a/lib/librmt/rmtops.3 +++ b/lib/librmt/rmtops.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: rmtops.3,v 1.10 2009/03/09 19:24:27 joerg Exp $ +.\" $NetBSD: rmtops.3,v 1.11 2009/04/11 15:46:04 joerg Exp $ .\" .Dd October 16, 2001 .Dt RMTOPS 3 @@ -54,9 +54,7 @@ allow the user to open up a tape drive on a remote system on which he or she has an account and the appropriate remote permissions. .Pp A remote tape drive file name has the form -.sp - [user@]hostname:/dev/??? -.sp +.Dl [user@]hostname:/dev/??? where .Em system is the remote system, |
