aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-01-31 01:06:39 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-01-31 01:06:39 +0000
commit21ac7f5f2339dc171db79389cf28fb800acc8dea (patch)
tree5e5eaff7cbd921f7d83aa13f874592a54fcdc8e2 /lib
parent6a145130de93b5eb1e98cc09529ec197f18850cf (diff)
downloadsrc-21ac7f5f2339dc171db79389cf28fb800acc8dea.tar.gz
src-21ac7f5f2339dc171db79389cf28fb800acc8dea.zip
Don't use hardcoded *roff font change requests.
Notes
Notes: svn path=/head/; revision=22150
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getcap.34
-rw-r--r--lib/libc/sys/fcntl.24
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 7e5cdb1e6da0..c9d86aec01ed 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -445,7 +445,7 @@ String capability values may contain any character. Non-printable
codes, new lines, and colons may be conveniently represented by the use
of escape sequences:
.Bl -column "\e\|X,X\e\|X" "(ASCII octal nnn)"
-^X ('\fIX\fP' & 037) control-\fIX\fP
+^X ('X' & 037) control-X
\e\|b, \e\|B (ASCII 010) backspace
\e\|t, \e\|T (ASCII 011) tab
\e\|n, \e\|N (ASCII 012) line feed (newline)
@@ -455,7 +455,7 @@ of escape sequences:
\e\|c, \e\|C (:) colon
\e\|\e (\e\|) back slash
\e\|^ (^) caret
-\e\|\fInnn\fP (ASCII octal \fInnn\fP)
+\e\|nnn (ASCII octal nnn)
.El
.Pp
A `\|\e' may be followed by up to three octal digits directly specifies
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index b43494de770e..877e830cc346 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -290,7 +290,9 @@ locks conflicts with the type specified in the request.
This interface follows the completely stupid semantics of System V and
.St -p1003.1-88
that require that all locks associated with a file for a given process are
-removed when \fIany\fP file descriptor for that file is closed by that process.
+removed when
+.Em any
+file descriptor for that file is closed by that process.
This semantic means that applications must be aware of any files that
a subroutine library may access.
For example if an application for updating the password file locks the