Remove repeated words.

This commit is contained in:
Joel Dahl 2012-06-05 18:19:52 +00:00
parent 19769ec2c7
commit a4dec862ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236626
4 changed files with 4 additions and 4 deletions

View file

@ -252,7 +252,7 @@ was created.
.It Bq Er ELF_E_ARGUMENT .It Bq Er ELF_E_ARGUMENT
An An
.Xr ar 1 .Xr ar 1
archive was opened with with archive was opened with
.Ar cmd .Ar cmd
set to set to
.Dv ELF_C_RDWR . .Dv ELF_C_RDWR .

View file

@ -100,7 +100,7 @@ Protected message.
.It output_message_buffer .It output_message_buffer
Buffer to receive unwrapped message. Buffer to receive unwrapped message.
Storage associated with this buffer must Storage associated with this buffer must
be freed by the application after use use be freed by the application after use
with a call to with a call to
.Xr gss_release_buffer 3 . .Xr gss_release_buffer 3 .
.It conf_state .It conf_state

View file

@ -118,7 +118,7 @@ Integrity and data origin services only has been applied.
.It output_message_buffer .It output_message_buffer
Buffer to receive protected message. Buffer to receive protected message.
Storage associated with this buffer must Storage associated with this buffer must
be freed by the application after use use be freed by the application after use
with a call to with a call to
.Xr gss_release_buffer 3 . .Xr gss_release_buffer 3 .
.El .El

View file

@ -2051,7 +2051,7 @@ Send broadcast path requests every two seconds.
Nodes on the mesh without a path to this root mesh station with try to Nodes on the mesh without a path to this root mesh station with try to
discover a path to us. discover a path to us.
.It Cm PROACTIVE .It Cm PROACTIVE
Send broadcast path requests every two seconds and every node must reply with Send broadcast path requests every two seconds and every node must reply
with a path reply even if it already has a path to this root mesh station. with a path reply even if it already has a path to this root mesh station.
.It Cm RANN .It Cm RANN
Send broadcast root announcement (RANN) frames. Send broadcast root announcement (RANN) frames.