Page another user with a message and acknowledgement
Page another user with a message and acknowledgement`Injects' a string to another user and sends back delivery ackowledgement to the original user. Injected messages are displayed asynchronously. If the recipient user is in the process of typing a line, the message will not appear until the user has pressed Enter (there's a way to force synchronous delivery, but it's not considered polite to the user because it disrupts their typing). However, the user may be unable to receive the message for a considerable length of time: maybe they're the Sysop and currently running a UNIX shell, or in the full screen editor. In such cases, it may be necessary to send an acknowledgement note back to the sender of the injected message when that message finally gets delivered. The /p(age) command does that if the recipient allows it.