1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Don't use hardcoded *roff font change requests.

This commit is contained in:
Mike Pritchard 1997-01-31 01:06:39 +00:00
parent 6a145130de
commit 21ac7f5f23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22150
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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