Remove more single-space hard sentence breaks.

This commit is contained in:
Sheldon Hearn 2000-03-06 09:45:37 +00:00
parent b3841b0188
commit 2ed2dc52a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57782
8 changed files with 16 additions and 8 deletions

View file

@ -130,7 +130,8 @@ will only load shared libraries from the hints
file.
In particular, the
.Ev LD_LIBRARY_PATH
is not used to search for libraries. Thus, the role of ldconfig is dual.
is not used to search for libraries.
Thus, the role of ldconfig is dual.
In
addition to building a set of hints for quick lookup, it also serves to
specify the trusted collection of directories from which shared objects can

View file

@ -166,7 +166,8 @@ Use
.Xr mmap 2
instead of the
.Xr stdio 3
library. This is the default behavior.
library.
This is the default behavior.
Usually faster in most cases.
.It Fl s
Use the

View file

@ -26,7 +26,8 @@
.Sh DESCRIPTION
Connections to a NetWare server can be created and used independently from
.Xr mount_nwfs 8
command. Connection can be created by any user.
command.
Connection can be created by any user.
Each user can have multiple
connections, but NetWareServer:NetWareUser pair should be unique.
.Pp

View file

@ -68,7 +68,8 @@ directory, dotfiles and sends the new user a welcome message.
.Sh RESTRICTIONS
.Bl -tag -width Ds -compact
.It Sy username
Login name. May contain only lowercase characters or digits.
Login name.
May contain only lowercase characters or digits.
Maximum length
is 16 characters (see
.Xr setlogin 2

View file

@ -144,7 +144,8 @@ in the system section of
.Xr isdnd.rc 5 .
.It Fl P
This option prints out the parsed and verified isdnd configuration in the same
format as the isdnd.rc file. This output can be used as an isdnd.rc file.
format as the isdnd.rc file.
This output can be used as an isdnd.rc file.
This
feature is especially useful when debugging an isdnd.rc file to see, what the
default settings of options are when they are not set in the isdnd.rc input

View file

@ -55,7 +55,8 @@ The
default path is
.Em /etc/isdn/isdntel.alias .
The format of an alias entry is the number string followed by one or more
spaces or tabs. The rest of the line is taken as the alias string.
spaces or tabs.
The rest of the line is taken as the alias string.
Comments
are introduced by a leading blank, tab or "#" character.
.It Fl d

View file

@ -90,7 +90,8 @@ Send a UMNTALL RPC to the NFS server.
Keep entries for existing NFS filesystems.
Compare the NFS filesystems from
the mounttab against the kernel mountlist and do not send the RPC to
existing mount entries. Useful during startup of the system.
existing mount entries.
Useful during startup of the system.
It may be
possible that there are already mounted NFS filesystems, so calling
RPC UMOUNT isn't a good idea.

View file

@ -55,7 +55,8 @@ Each entry
describes a set of criteria commands.
When an event occurs, the criteria
are checked and if met, the commands for that event are executed through
a shell. The list is sorted and scanned from top to bottom.
a shell.
The list is sorted and scanned from top to bottom.
The first
matching entry is used for an event.
.Pp